Files
wow_Meta/api/JumpOrAscendStart.lua
2025-05-04 14:35:26 +02:00

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