Beta Documentation - Subject to change.

Gets the current callstack.

Syntax

Lua
function Engine.GetCallStack(arguments);

Parameters

arguments
Type: (Unrecognized type)

Returns

Type: string
The current callstack.

Remarks

This method is equivalent to debug.traceback, returning the callstack.

See Also