WoW:API GuildDemote: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
Demotes a specified player if you have that privilege.
Demotes specified player if you have that privilege.<br>
GuildDemote("playername")
<pre>
 
GuildDemote("playername");
== Arguments ==
</pre>
:; "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