Struct UIWidgetSpellInfo

From Warcraft Wiki
Jump to navigation Jump to search
UIWidgetSpellInfo
Field Type Description
spellID number
shownState Enum.WidgetShownState
enabledState Enum.WidgetEnabledState
tooltip string
text string
stackDisplay number
iconSizeType Enum.WidgetIconSizeType
iconDisplayType Enum.SpellDisplayIconDisplayType
textShownState Enum.SpellDisplayTextShownStateType
borderColor Enum.SpellDisplayBorderColor
textFontType Enum.UIWidgetFontType
textSizeType Enum.UIWidgetTextSizeType
hAlignType Enum.WidgetTextHorizontalAlignmentType
tint Enum.SpellDisplayTint
showGlowState Enum.WidgetShowGlowState
Enum.WidgetShownState
Value Field Description
0 Hidden
1 Shown
Enum.WidgetEnabledState
Value Field Description
0 Disabled
1 Yellow
2 Red
3 White Added in 9.1.0
4 Green Added in 9.1.0
5 Artifact Renamed from Gold in 10.1.0
6 Black Added in 9.2.0
Enum.WidgetIconSizeType
Value Field Description
0 Small
1 Medium
2 Large
3 Standard
Enum.SpellDisplayIconDisplayType
Value Field Description
0 Buff
1 Debuff
2 Circular
3 NoBorder
Enum.SpellDisplayTextShownStateType
Value Field Description
0 Shown
1 Hidden
Enum.SpellDisplayBorderColor
Value Field Description
0 None
1 Black
2 White
3 Red
4 Yellow
5 Orange
6 Purple
7 Green
8 Blue
Enum.UIWidgetFontType
Value Field Description
0 Normal
1 Shadow
2 Outline
Enum.UIWidgetTextSizeType
Value Field Description
0 Small12Pt
1 Medium16Pt
2 Large24Pt
3 Huge27Pt
4 Standard14Pt
5 Small10Pt
6 Small11Pt
7 Medium18Pt
8 Large20Pt
Enum.WidgetTextHorizontalAlignmentType
Value Field Description
0 Left
1 Center
2 Right
Enum.SpellDisplayTint
Value Field Description
0 None
1 Red
Enum.WidgetShowGlowState
Value Field Description
0 HideGlow
1 ShowGlow