WoW:API CanGuildInvite: Difference between revisions

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


Returns whether you have guild inviting permission.


Checks whether you have guild inviting permission.
canInvite = CanGuildInvite()


----
 
{{WoW API}}
== 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