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

4 lines
231 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Causes the current execution path to continue outside the secure environment. Meaningless when called from outside of the secure environment.
function forceinsecure() end