WoW:API CanGuildInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(Updated to match the current API boilerplate.)
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

Revision as of 19:34, 25 June 2007

WoW API < CanGuildInvite


Checks whether you have guild inviting permission.

canInvite = CanGuildInvite()


Arguments

None


Returns

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