Skip to content

UpdateSpellAlert

StormFX edited this page Dec 13, 2022 · 1 revision

Contents

The UpdateSpellAlert method of Masque's API tells Masque to reapply skin settings to a spell alert.

Example

-- Establish a reference to Masque.
local Masque = LibStub("Masque", true)

-- Update the spell alert.
Masque:UpdateSpellAlert(Button)

Signature

{Masque}:UpdateSpellAlert({Button})

Parameters

Parameter Type Required Description
Button table Yes The button object whose spell alert needs to be updated.

Wiki
  • Home

Project
  • Contributors
  • History

Reference
  ⚬ Masque API
     • API_VERSION
     • AddSkin
     • AddSpellAlert
     • AddType
     • GetBackdrop
     • GetDefaultSkin
     • GetGloss
     • GetGroupByID
     • GetNormal
     • GetShadow
     • GetSlotIcon
     • GetSkin
     • GetSkins
     • GetSpellAlert
     • Group
     • Register
     • SetEmpty
     • UpdateCharge
     • UpdateSpellAlert
  ⚬ Group API
  ⚬ Regions

Skins
  • Skin List

Mirrors
  • CurseForge
  • Wago.io
  • Wow Interface

Clone this wiki locally