Files
wow_Meta/api/JumpOrAscendStart.lua
2024-12-16 13:13:08 +01:00

4 lines
249 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