CanGuildPromote

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns true if the player can promote guild members.

canPromote = CanGuildPromote()

Returns

canPromote
boolean - Returns 1 if the player can promote, nil if not.

Example

if( CanGuildPromote() ) then
  -- do stuff
end