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

Add more network API

This commit is contained in:
Ted John
2019-07-25 20:45:38 +01:00
parent 5d78a1f2bf
commit 082eaf7c9c
3 changed files with 252 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ void ScriptEngine::Initialise()
ScNetwork::Register(ctx);
ScPark::Register(ctx);
ScPlayer::Register(ctx);
ScPlayerGroup::Register(ctx);
ScTile::Register(ctx);
ScTileElement::Register(ctx);
ScThing::Register(ctx);