Files
wow_Meta/api/JumpOrAscendStart.lua
2025-05-04 15:15:00 +02:00

6 lines
259 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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