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

8 lines
282 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param table table
---@param variable string
---@return 1nil issecure
---@return string taint
---Returns whether a variable is secure (and if not, which addon tainted it)
function issecurevariable(table, variable) end