WoW:API SitStandOrDescendStart: Difference between revisions

m
Move page script moved page API SitStandOrDescendStart to WoW:API SitStandOrDescendStart without leaving a redirect
m ({{wowapi}})
m (Move page script moved page API SitStandOrDescendStart to WoW:API SitStandOrDescendStart without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{protectedapi|2.1|}}
{{wowapi}}
{{wowapi}}
The player sits or stands.


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


----
SitStandOrDescendStart();
;''Arguments''
 
== Arguments ==


:''none''
:''none''


----
== Returns ==
;''Returns''


:;nil
:;nil


----
== Example ==
;''Example''
SitStandOrDescendStart();
SitOrStand();
 
=== 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()".


;''Result''
* You can use [[API DoEmote|DoEmote]]("STAND") / [[API DoEmote|DoEmote]]("SIT") to accomplish what this API did prior to being protected.
: The player sits or stands.
Anonymous user