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

Implement #13620: [Plugin] Add support for patrol areas to Staff

This commit is contained in:
Ted John
2022-02-27 18:17:29 +00:00
parent 27ed19002a
commit dff1d730da
7 changed files with 204 additions and 1 deletions

View File

@@ -421,6 +421,7 @@ void ScriptEngine::Initialise()
# endif
ScScenario::Register(ctx);
ScScenarioObjective::Register(ctx);
ScPatrolArea::Register(ctx);
ScStaff::Register(ctx);
dukglue_register_global(ctx, std::make_shared<ScCheats>(), "cheats");