Skip to content

GetBuffInfo

The buff catalogue’s entry for a key.

GetBuffInfo(key)
Parameter Type
key string | number a buff’s name, id or GUID

table - {id=, name=, guid=, class=, display=, duration=}: the class is what claimed_buffs names, the duration the game’s own in game minutes (-1 = until removed); nil when unknown

for _, guid in ipairs(GetPlayerBuffs(pid)) do
local b = GetBuffInfo(guid)
Log(b and b.name or guid, b and b.class or "")
end

GetBuffGuid · FindBuffs · GetPlayerBuffs · the Catalogues group of the index