5 lines
250 B
Lua
5 lines
250 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Causes the player character to jump (or begins ascent if swimming or flying). Used by the JUMP binding, which also controls ascent when swimming or flying.
|
|
function JumpOrAscendStart() end
|