CallStack
Type
Contains a brief callstack, without any stack variables, only the current line and the function.
Properties
currentline
CallStack.currentline:
number
The line at which the 'call' to the following callstack will be performed.
func
CallStack.func:
(
T...
)
→
U...
The function that this function is a callstack of.