WoW:API GetGuildInfo

From AddOn Studio
Revision as of 15:35, 4 January 2006 by WoWWiki>Anticrash
Jump to navigation Jump to search

GetGuildInfo(unit)

Usage

guildName, guildRankName, guildRankIndex = GetGuildInfo(unit);

Description

Returns the name of the unit's guild, that unit's rank title in the guild and its rank index.

Example

local guildName, guildRankName, guildRankIndex = GetGuildInfo("player");


Template:WoW API