WoW:API GuildDemote: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
Demotes a specified player if you have that privilege.
Demotes a specified player if you have that privilege.
  GuildDemote("playername")
  GuildDemote("playername")


== Arguments ==
== Arguments ==
:; "playername" : String - The name of the player to demote
:; "playername" : String - The name of the player to demote


== Returns ==
== Returns ==
:nil
: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