WoW API: UnitGetGuildXP

Revision as of 05:55, 15 December 2010 by WoWWiki>Cleverca22

WoW API < UnitGetGuildXP

From Blizzard_GuildUI.lua:

local currentXP, remainingXP, dailyXP, maxDailyXP = UnitGetGuildXP("player");

variable names seem to explain it all

frame:RegisterEvent("GUILD_XP_UPDATE")

should also come in handy