5 lines
162 B
Lua
5 lines
162 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil falling
|
|
---Returns whether the player is currently falling
|
|
function IsFalling() end |