WoW API: SitStandOrDescendStart

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API SitStandOrDescendStart to API SitStandOrDescendStart without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SitStandOrDescendStart

The player sits, stands, or begins to descend (while swimming or flying)

SitStandOrDescendStart();

Arguments

none

Returns

nil

Example

SitStandOrDescendStart();

Result

The player sits, stands back up, or begins to descend (if flying or swimming)

Notes

  • Prior to patch 2.1, when the descending functionality was added, this API was "SitOrStand()".
  • You can use DoEmote("STAND") / DoEmote("SIT") to accomplish what this API did prior to being protected.