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

5 lines
284 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