TorqueScript Reference
Functions
Console Docs (Dump)

Functions

void dumpConsoleClasses (bool dumpScript=true, bool dumpEngine=true)
 
void dumpConsoleFunctions (bool dumpScript=true, bool dumpEngine=true)
 

Detailed Description

Function Documentation

void dumpConsoleClasses ( bool  dumpScript = true,
bool  dumpEngine = true 
)

dumps all declared console classes to the console. This will dump all classes and methods that were registered from within the engine, AND from the console via scripts.

Parameters
dumpScriptSpecifies whether or not classes defined in script should be dumped.
dumpEngineSpecifies whether or not classes defined in the engine should be dumped.
void dumpConsoleFunctions ( bool  dumpScript = true,
bool  dumpEngine = true 
)

Dumps all declared console functions to the console. This will dump all funtions that were registered from within the engine, AND from the console via scripts.

Parameters
dumpScriptSpecifies whether or not functions defined in script should be dumped.
dumpEngineSpecifies whether or not functions defined in the engine should be dumped.
See Also
dumpConsoleMethods