C_UnitAuras.GetCooldownAuraBySpellID

From Warcraft Wiki
Jump to navigation Jump to search

Obtains the spell ID of a passive cooldown effect associated with a spell.

passiveCooldownSpellID = C_UnitAuras.GetCooldownAuraBySpellID(spellID)

Arguments

spellID
number - The spell ID to query.

Returns

passiveCooldownSpellID
number? - The spell ID of an associated passive aura effect, if any.

Details

Patch changes

Dragonflight Patch 10.0.0 (2022-10-25): Added.