securecall
|
Calls a function without tainting the execution path.
|
newproxy
|
Creates a zero-length userdata with an optional metatable.
|
issecurevariable
|
Returns whether a variable is secure (and if not, which addon tainted it)
|
issecure
|
Returns whether the current execution path is secure.
|
hooksecurefunc
|
Add a function to be called after execution of a secure function.
|
forceinsecure
|
Causes the current execution path to continue outside the secure environment.
|
InCombatLockdown
|
Returns whether the user interface is protected due to combat.
|
issecurevariable
|
Returns whether a variable is secure (and if not, which addon tainted it)
|