5 lines
148 B
Lua
5 lines
148 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil mounted
|
|
---Returns whether the player is mounted
|
|
function IsMounted() end |