MCPcopy 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
212DefineEngineFunction( clearServerPaths, void, ( ), , "")
213{
214 gServerPathManager->clearPaths();
215}
216
217DefineEngineFunction( clearClientPaths, void, ( ), , "")
218{

Callers 2

sceneContainer.cppFile · 0.70
sfxSystem.cppFile · 0.50

Calls 1

clearPathsMethod · 0.80

Tested by

no test coverage detected