TorqueScript Reference
Functions

Functions

void backtrace ()
 

Detailed Description

Function Documentation

◆ 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.

Returns
No return value