WoW:API CanGuildInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
m (Move page script moved page API CanGuildInvite to API CanGuildInvite without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{API/Uncategorized}}
{{wowapi}} __NOTOC__


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