UpdateSpellAlert - SFX-WoW/Masque GitHub Wiki
The UpdateSpellAlert method of Masque's API tells Masque to reapply skin settings to a spell alert.
-- Establish a reference to Masque.
local Masque = LibStub("Masque", true)
-- Update the spell alert.
Masque:UpdateSpellAlert(Button){Masque}:UpdateSpellAlert({Button})| Parameter | Type | Required | Description |
|---|---|---|---|
Button |
table | Yes | The button object whose spell alert needs to be updated. |