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

10 lines
288 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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