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
|
|
@ -885,7 +885,7 @@ void logDumpTraverse(MemDumpLog *sizes, TreeNode *header, U32 depth)
|
|||
}
|
||||
|
||||
#ifdef TORQUE_DEBUG
|
||||
DefineConsoleFunction( validateMemory, void, ( ),,
|
||||
DefineEngineFunction( validateMemory, void, ( ),,
|
||||
"@brief Used to validate memory space for the game.\n\n"
|
||||
"@ingroup Debugging" )
|
||||
{
|
||||
|
|
@ -893,7 +893,7 @@ DefineConsoleFunction( validateMemory, void, ( ),,
|
|||
}
|
||||
#endif
|
||||
|
||||
DefineConsoleFunction( freeMemoryDump, void, ( ),,
|
||||
DefineEngineFunction( freeMemoryDump, void, ( ),,
|
||||
"@brief Dumps some useful statistics regarding free memory.\n\n"
|
||||
"Dumps an analysis of \'free chunks\' of memory. "
|
||||
"Does not print how much memory is free.\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue