WoW:API GuildDemote: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Demotes specified player if you have that privilege.<br>
 
<pre>
Demotes a specified player if you have that privilege.
GuildDemote("playername");
GuildDemote("playername")
</pre>
 
 
== Arguments ==
:; "playername" : String - The name of the player to demote
 
 
== Returns ==
:nil

Revision as of 17:11, 25 June 2007

WoW API < GuildDemote


Demotes a specified player if you have that privilege.

GuildDemote("playername")


Arguments

"playername"
String - The name of the player to demote


Returns

nil