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
|
This is a World of Warcraft API stub. Help expand it by editing it.
|
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