WoW API: GetGuildInfo

From AddOn Studio
Revision as of 22:05, 18 July 2006 by WoWWiki>Fsdfs
Jump to navigation Jump to search

WoW API < GetGuildInfo

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");


API_PrototypeStyle