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

5 lines
294 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Causes the player character to sit down if standing and vice versa (or begins descent if swimming or flying). Used by the SITORSTAND binding, which also controls descent when swimming or flying.
function SitStandOrDescendStart() end