Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Removed Categories)
mNo edit summary
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__ {{protectedapi|2.1|}}
<center>'''SitOrStand''' ''-Documentation by AlexanderYoshi-''</center>
 
   
The player sits or stands.
+
The player sits, stands, or begins to descend (while swimming or flying)
   
  +
SitStandOrDescendStart();
SitOrStand();
 
   
 
== Arguments ==
----
 
;''Arguments''
 
   
 
:''none''
 
:''none''
   
 
== Returns ==
----
 
;''Returns''
 
   
 
:;nil
 
:;nil
   
 
== Example ==
----
 
  +
SitStandOrDescendStart();
;''Example''
 
SitOrStand();
 
   
;''Result''
+
=== Result ===
  +
: The player sits, stands back up, or begins to descend (if flying or swimming)
   
  +
== Notes ==
----
 
;''Description''
 
   
  +
* Prior to patch 2.1, when the descending functionality was added, this API was "SitOrStand()".
: The player sits or stands.
 
  +
----
 
  +
* You can use [[API DoEmote|DoEmote]]("STAND") / [[API DoEmote|DoEmote]]("SIT") to accomplish what this API did prior to being protected.
{{Template:WoW API}}
 

Revision as of 16:32, 1 July 2008

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.