WoW:API GuildDemote: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page API GuildDemote to API GuildDemote without leaving a redirect)
No edit summary
 
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