Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Yakehira (talk | contribs)
No edit summary
Tag: WoW API docs
Line 2: Line 2:
   
 
Checks if the player can demote guild members.
 
Checks if the player can demote guild members.
 
 
canDemote = CanGuildDemote()
 
canDemote = CanGuildDemote()
 
== Arguments ==
 
 
''none''
 
   
 
== Returns ==
 
== Returns ==
 
;canDemote : {{api|t=t|boolean}} - Returns true if the player can demote.
   
  +
== External links ==
;canDemote: Boolean - Returns 1 if the player can demote, nil if not.
 
  +
<!-- Please read https://wow.gamepedia.com/Wowpedia:External_links_policy before adding new links. -->
  +
{{Elinks-api}}

Revision as of 15:39, 27 February 2021

Checks if the player can demote guild members.

canDemote = CanGuildDemote()

Returns

canDemote
boolean - Returns true if the player can demote.

External links