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

4 lines
283 B
Lua

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