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

5 lines
330 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Stops movement initiated by JumpOrAscendStart. Used by the JUMP binding, which also controls ascent when swimming or flying. Has no meaningful effect if called while jumping (in which case movement is generally stopped by hitting the ground).
function AscendStop() end