WoW:API SitStandOrDescendStart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Removed Categories)
m ({{wowapi}})
Line 1: Line 1:
<center>'''SitOrStand''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
The player sits or stands.
The player sits or stands.


Line 20: Line 19:


;''Result''
;''Result''
----
;''Description''
: The player sits or stands.
: The player sits or stands.
----
{{Template:WoW API}}

Revision as of 09:27, 18 June 2006

WoW API < SitStandOrDescendStart

The player sits or stands.

SitOrStand();

Arguments
none

Returns
nil

Example
SitOrStand();
Result
The player sits or stands.