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
|
|
@ -464,7 +464,7 @@ DefineConsoleMethod( SimDataBlock, reloadOnLocalClient, void, (),,
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleFunction( preloadClientDataBlocks, void, (),,
|
||||
DefineEngineFunction( preloadClientDataBlocks, void, (),,
|
||||
"Preload all datablocks in client mode.\n\n"
|
||||
"(Server parameter is set to false). This will take some time to complete.")
|
||||
{
|
||||
|
|
@ -482,7 +482,7 @@ DefineConsoleFunction( preloadClientDataBlocks, void, (),,
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleFunction( deleteDataBlocks, void, (),,
|
||||
DefineEngineFunction( deleteDataBlocks, void, (),,
|
||||
"Delete all the datablocks we've downloaded.\n\n"
|
||||
"This is usually done in preparation of downloading a new set of datablocks, "
|
||||
"such as occurs on a mission change, but it's also good post-mission cleanup." )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue