mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Eliminate DefineConsoleFunction
This commit is contained in:
parent
bc1b506205
commit
e718841467
55 changed files with 314 additions and 332 deletions
|
|
@ -207,12 +207,12 @@ void PathManager::clearPaths()
|
|||
#endif
|
||||
}
|
||||
|
||||
DefineConsoleFunction( clearServerPaths, void, ( ), , "")
|
||||
DefineEngineFunction( clearServerPaths, void, ( ), , "")
|
||||
{
|
||||
gServerPathManager->clearPaths();
|
||||
}
|
||||
|
||||
DefineConsoleFunction( clearClientPaths, void, ( ), , "")
|
||||
DefineEngineFunction( clearClientPaths, void, ( ), , "")
|
||||
{
|
||||
gClientPathManager->clearPaths();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue