MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / currentGame

Method currentGame

plugins/script/interfaces/GameInterface.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34ScriptGame GameInterface::currentGame()
35{
36 return ScriptGame(GlobalGameManager().currentGame());
37}
38
39GameInterface::PathList GameInterface::getVFSSearchPaths()
40{

Callers 4

ObjectivesEditorMethod · 0.45
initialiseModuleMethod · 0.45
reloadMethod · 0.45
loadKeysMethod · 0.45

Calls 1

ScriptGameClass · 0.85

Tested by

no test coverage detected