Syntax
Lua |
---|
function Engine.GetCallStack(arguments); |
Parameters
- arguments
-
Type:
(Unrecognized type)
Returns
Type: stringThe current callstack.
Remarks
This method is equivalent to debug.traceback, returning the callstack.