1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Implement SmallSceneryObject for getObject plugin API (#11489)

This commit is contained in:
Ted John
2020-04-27 17:41:49 +01:00
committed by GitHub
parent 2e50cd44ba
commit 06bbf5ddda
4 changed files with 109 additions and 4 deletions

View File

@@ -375,6 +375,7 @@ void ScriptEngine::Initialise()
ScMap::Register(ctx);
ScNetwork::Register(ctx);
ScObject::Register(ctx);
ScSmallSceneryObject::Register(ctx);
ScPark::Register(ctx);
ScPlayer::Register(ctx);
ScPlayerGroup::Register(ctx);