WoW:API GuildDemote: Difference between revisions
Jump to navigation
Jump to search
(added info on /script command) |
No edit summary |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
Demotes specified player if you have that privilege. | {{wowapi}} __NOTOC__ | ||
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 | |||
Latest revision as of 07:15, 15 August 2023
← 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