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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user