Skip to content

GetSkins

StormFX edited this page Dec 13, 2022 · 1 revision

Contents

The GetSkins method of Masque's API returns a table of skin data for all registered skins.

Example

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

local Skins = Masque:GetSkins()

Signature

{SkinData} = {Masque}:GetSkins()

Returns

Return Type Description
SkinData table A table containing all skin data.

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