MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / loadGlobalScript

Function loadGlobalScript

src/qtscript.cpp:688–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688bool loadGlobalScript(WzString path)
689{
690 return loadPlayerScript(std::move(path), selectedPlayer, AIDifficulty::DISABLED);
691}
692
693bool saveScriptStates(const char *filename)
694{

Callers 2

jsLoadFunction · 0.85
loadMultiScriptsFunction · 0.85

Calls 1

loadPlayerScriptFunction · 0.85

Tested by

no test coverage detected