WoW:API SitStandOrDescendStart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Removed Categories)
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|SitOrStand]]
[[Category:API Activity Functions|SitOrStand]]

Revision as of 04:24, 4 January 2006

SitOrStand -Documentation by AlexanderYoshi-

The player sits or stands.

SitOrStand();

Arguments
none

Returns
nil

Example
SitOrStand();
Result

Description
The player sits or stands.

Template:WoW API