MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getModule

Function getModule

TheForceEngine/TFE_ForceScript/forceScript.cpp:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 }
704
705 ModuleHandle getModule(const char* moduleName)
706 {
707 return s_engine->GetModule(moduleName);
708 }
709
710 void deleteModule(const char* moduleName)
711 {

Callers 3

setAPIFunction · 0.85
updateFunction · 0.85
loadLevelScriptFunction · 0.85

Calls 1

GetModuleMethod · 0.45

Tested by

no test coverage detected