Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
688
bool loadGlobalScript(WzString path)
689
{
690
return loadPlayerScript(std::move(path), selectedPlayer, AIDifficulty::DISABLED);
691
}
692
693
bool saveScriptStates(const char *filename)
694
{
Callers
2
jsLoad
Function · 0.85
loadMultiScripts
Function · 0.85
Calls
1
loadPlayerScript
Function · 0.85
Tested by
no test coverage detected