AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← WoW API < IsInGuild
Lets you know whether you are in a guild.
isGuildMember = IsInGuild();
if (IsInGuild()) then SendChatMessage("Hi Guild!","GUILD"); end