Initial commit
This commit is contained in:
5
api/IsOutOfBounds.lua
Normal file
5
api/IsOutOfBounds.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user