5 lines
379 B
Lua
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 |