Files
wow_Meta/api/issecurevariable.lua
2025-05-04 14:35:26 +02:00

9 lines
279 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