WoW:API GameTooltip SetPlayerBuff: Difference between revisions

m
linked to another API article
No edit summary
m (linked to another API article)
Line 3: Line 3:




local buffIndex, untilCancelled = GetPlayerBuff(blah.index, "HARMFUL");
local buffIndex, untilCancelled = [[API GetPlayerBuff|GetPlayerBuff]](blah.index, "HARMFUL");


GameTooltip:SetPlayerBuff(buffIndex);
GameTooltip:SetPlayerBuff(buffIndex);
Anonymous user