1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add API for getting track segments

This commit is contained in:
Ted John
2022-03-12 15:47:59 +00:00
parent 44843d8512
commit 76601ef6fc
6 changed files with 154 additions and 0 deletions

View File

@@ -413,6 +413,7 @@ void ScriptEngine::Initialise()
ScRideObjectVehicle::Register(ctx);
ScTile::Register(ctx);
ScTileElement::Register(ctx);
ScTrackSegment::Register(ctx);
ScEntity::Register(ctx);
ScLitter::Register(ctx);
ScVehicle::Register(ctx);