GetCallStack
From LoTROInterface Wiki
API Reference > Turbine.Engine.GetCallStack()
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.