WoW:API IsInGuild: Difference between revisions
Jump to navigation
Jump to search
IsInGuild -Documentation by RoQ-
mNo edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
---- | ---- | ||
{{WoW API}} | {{Template:WoW API}} | ||
Revision as of 15:32, 4 January 2006
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