WoW:API CanGuildInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Move page script moved page API CanGuildInvite to API CanGuildInvite without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{stub/api}}


Returns whether you have guild inviting permission.
 
Checks whether you have guild inviting permission.
canInvite = CanGuildInvite()
 
 
== Arguments ==
None
 
 
== Returns ==
:; canInvite : [[Boolean]] - Whether you can invite people to your current guild

Latest revision as of 04:45, 15 August 2023

WoW API < CanGuildInvite


Checks whether you have guild inviting permission.

canInvite = CanGuildInvite()


Arguments[edit]

None


Returns[edit]

canInvite
Boolean - Whether you can invite people to your current guild