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

6 lines
293 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Stops movement initiated by SitStandOrDescendStart. Used by the SITORSTAND binding, which also controls descent when swimming or flying. Has no meaningful effect if called while sitting/standing.
function DescendStop() end