debug.getcallstack
Returns a table of the entire stack's information. Table array fields: source (definition), line (start line), what (\"Lua\", \"C\"), name, func.
debug.getcallstack(offset: number): tableReturns a table of the entire stack's information. Table array fields: source (definition), line (start line), what (\"Lua\", \"C\"), name, func.
debug.getcallstack(offset: number): table