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

7 lines
384 B
Lua

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