Files
wow_Meta/api/debuglocals.lua
2024-12-16 13:13:08 +01:00

6 lines
225 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param stackLevel number
---@return string localsInfo
---Returns information about the local variables at a given stack depth
function debuglocals(stackLevel) end