WoW:API IsInGuild: Difference between revisions
Jump to navigation
Jump to search
IsInGuild -Documentation by RoQ-
No edit summary |
mNo edit summary |
||
Line 25: | Line 25: | ||
---- | ---- | ||
{{WoW API}} | {{WoW API}} | ||
[[Category:API Functions|IsInGuild]] | |||
[[Category:API Guild Functions|IsInGuild]] |
Revision as of 15:16, 27 August 2005
IsInGuild()
Lets you know whether you are in a guild.
isGuildMember = IsInGuild();
- Arguments
- nil
- Returns
isGuildMember
- Example
if (IsInGuild()) then SendChatMessage("Hi Guild!","GUILD"); end