Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
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

Advertisement