Skip to content

GetDefaultSkin

StormFX edited this page Dec 13, 2022 · 1 revision

Contents

The GetDefaultSkin method of Masque's API returns the name and table of the current default skin.

Example

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

-- Get the default skin.
local SkinID, SkinData = Masque:GetDefaultSkin()

Signature

"SkinID", {SkinData} = {Masque}:GetDefaultSkin()

Returns

Return Type Description
SkinID string The name of the default skin.
SkinData table The table for the default skin.

10.0.2 100002

  • Added the SkinData return.

8.2.5 80200

  • Method added.

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