WoW:API IsInGuild

From AddOn Studio
Revision as of 00:50, 21 February 2005 by WoWWiki>RoQ
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
IsInGuild -Documentation by RoQ-

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

Template:WoW API