1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Add most fields from RideObject struct

This commit is contained in:
Ted John
2020-05-07 20:53:48 +01:00
parent 21f55eaeeb
commit 59ab39178f
3 changed files with 830 additions and 1 deletions

View File

@@ -382,6 +382,7 @@ void ScriptEngine::Initialise()
ScPlayerGroup::Register(ctx);
ScRide::Register(ctx);
ScRideObject::Register(ctx);
ScRideObjectVehicle::Register(ctx);
ScTile::Register(ctx);
ScTileElement::Register(ctx);
ScEntity::Register(ctx);