WoW:API IsInGuild: Difference between revisions

132 bytes removed ,  15 August 2023
m
Move page script moved page API IsInGuild to WoW:API IsInGuild without leaving a redirect
mNo edit summary
m (Move page script moved page API IsInGuild to WoW:API IsInGuild without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''IsInGuild''' ''-Documentation by RoQ-''</center>
{{wowapi}} __NOTOC__
 
'''IsInGuild()'''
 
Lets you know whether you are in a guild.
Lets you know whether you are in a guild.
  isGuildMember = IsInGuild();
  isGuildMember = IsInGuild();


----
==Parameters==
;''Arguments''
===Returns===
:;isGuildMember : Boolean - 1 if you are in a guild, nil otherwise.


:;nil
==Example==
 
----
;''Returns''
 
isGuildMember
 
----
;''Example''
  if (IsInGuild()) then
  if (IsInGuild()) then
    SendChatMessage("Hi Guild!","GUILD");
  SendChatMessage("Hi Guild!","GUILD");
  end
  end
----
{{WoW API}}
[[Category:API Functions|IsInGuild]]
[[Category:API Guild Functions|IsInGuild]]
Anonymous user