5 lines
161 B
Lua
5 lines
161 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil isFlying
|
|
---Returns whether the player is currently flying
|
|
function IsFlying() end |