Files
wow-weakauras/Meta/api/IsOutOfBounds.lua
2024-11-07 23:12:37 +01:00

5 lines
379 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil outOfBounds
---Returns whether the player is currently outside the bounds of the world. Used in the default UI (in conjunction with IsFalling()) to allow the player to release to a graveyard if the character has encountered a bug and fallen underneath the world geometry.
function IsOutOfBounds() end