4 lines
296 B
Lua
4 lines
296 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Causes the player character to sit down if standing and vice versa (or begins descent if swimming or flying). Used by the SITORSTAND binding, which also controls descent when swimming or flying.
|
|
function SitStandOrDescendStart() end |