WoW:API GuildPromote: Difference between revisions

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

Revision as of 17:13, 25 June 2007

WoW API < GuildPromote


Promotes a specified player if you have that privilege.

GuildPromote("playername")


Arguments

"playername"
String - The name of the player to promote.


Returns

nil