WoW:API GuildDemote: Difference between revisions

From AddOn Studio
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.<br>
{{wowapi}} __NOTOC__
<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

Latest revision as of 07:15, 15 August 2023

WoW API < GuildDemote

Demotes a specified player if you have that privilege.

GuildDemote("playername")

Arguments[edit]

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

Returns[edit]

nil