MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GameLoadScripts

Function GameLoadScripts

src/openrct2/Game.cpp:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void GameLoadScripts()
410{
411#ifdef ENABLE_SCRIPTING
412 GetContext()->GetScriptEngine().LoadTransientPlugins();
413#endif
414}
415
416void GameUnloadScripts()
417{

Callers 11

NewGameWindowCallbackFunction · 0.85
InitNetworkGameMethod · 0.85
LoadFunction · 0.85
LoadTrackDesignerFunction · 0.85
LoadTrackManagerFunction · 0.85
AfterLoadCleanupFunction · 0.85
BeginServerMethod · 0.85
Client_Handle_MAPMethod · 0.85

Calls 2

GetContextFunction · 0.85
LoadTransientPluginsMethod · 0.80

Tested by

no test coverage detected