WoW:API GuildDemote: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Demotes specified player if you have that privilege. | |||
Demotes a specified player if you have that privilege. | |||
GuildDemote("playername"); | GuildDemote("playername") | ||
== 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