WoW:API SitStandOrDescendStart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(→‎Notes: Note taht you can use DoEmote("SIT"|"STAND") instead)
No edit summary
Line 26: Line 26:




{{seealso|[[API DescendStop|DescendStop()]]}}
{{AlsoSee|[[API DescendStop|DescendStop()]]}}

Revision as of 05:01, 23 August 2007

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.


Template:AlsoSee