Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAPI
Function · 0.85
update
Function · 0.85
loadLevelScript
Function · 0.85
Calls
1
GetModule
Method · 0.45
Tested by
no test coverage detected