6 lines
225 B
Lua
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 |