Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ DefineEngineFunction
Function
DefineEngineFunction
Engine/source/scene/pathManager.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
DefineEngineFunction( clearServerPaths, void, ( ), ,
""
)
213
{
214
gServerPathManager->clearPaths();
215
}
216
217
DefineEngineFunction( clearClientPaths, void, ( ), ,
""
)
218
{
Callers
2
sceneContainer.cpp
File · 0.70
sfxSystem.cpp
File · 0.50
Calls
1
clearPaths
Method · 0.80
Tested by
no test coverage detected