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

5 lines
232 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