WoW:API GetGuildInfo

From AddOn Studio
Revision as of 12:50, 15 March 2005 by WoWWiki>Zingfharn (first draft.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GetGuildInfo(unit)

Usage

guildName = GetGuildInfo(unit);

Description

Returns the name of the unit's guild. Which is information of a kind, I guess.

Example

local arf = GetGuildInfo("player");