Files
wow_Meta/api/debuglocals.lua
2025-05-04 15:15:00 +02:00

8 lines
233 B
Lua

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