|
TorqueScript Reference
|
Functions | |
| void | dumpConsoleClasses (bool dumpScript=true, bool dumpEngine=true) |
| void | dumpConsoleFunctions (bool dumpScript=true, bool dumpEngine=true) |
| 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.
| dumpScript | Specifies whether or not classes defined in script should be dumped. |
| dumpEngine | Specifies 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.
| dumpScript | Specifies whether or not functions defined in script should be dumped. |
| dumpEngine | Specifies whether or not functions defined in the engine should be dumped. |
1.8.3.1