WoW:API GuildPromote: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Filled out to match the current API boilerplate.)
No edit summary
Line 8: Line 8:
== Arguments ==
== Arguments ==
:; "playername" : String - The name of the player to promote.
:; "playername" : String - The name of the player to promote.


== Returns ==
== Returns ==
:nil
:nil

Revision as of 01:38, 9 September 2010

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