TorqueScript Reference
|
Functions | |
void | backtrace () |
void backtrace | ( | ) |
Use the backtrace function to print the current callstack to the console.
This is used to trace functions called from withing functions and can help discover what functions were called (and not yet exited) before the current point in your scripts.