C_UIWidgetManager .GetItemDisplayVisualizationInfo
Jump to navigation
Jump to search
Game Types |
---|
Links |
Patch |
Added in 10.1.0 |
Needs summary.
widgetInfo = C_UIWidgetManager.GetItemDisplayVisualizationInfo(widgetID)
Arguments
- widgetID
- number - Returned from UPDATE_UI_WIDGET and C_UIWidgetManager.GetAllWidgetsBySetID()
Returns
- widgetInfo
- ItemDisplayVisualizationInfo?
Field | Type | Description |
---|---|---|
shownState | Enum.WidgetShownState | |
tooltipLoc | Enum.UIWidgetTooltipLocation | |
itemInfo | UIWidgetItemInfo | |
widgetSizeSetting | number | |
textureKit | string : textureKit | |
frameTextureKit | string : textureKit | |
hasTimer | boolean | |
orderIndex | number | |
widgetTag | string | |
inAnimType | Enum.WidgetAnimationType | |
outAnimType | Enum.WidgetAnimationType | |
widgetScale | Enum.UIWidgetScale | |
layoutDirection | Enum.UIWidgetLayoutDirection | |
modelSceneLayer | Enum.UIWidgetModelSceneLayer | |
scriptedAnimationEffectID | number |
Value | Field | Description |
---|---|---|
0 | Hidden | |
1 | Shown |
Value | Field | Description |
---|---|---|
0 | Default | |
1 | BottomLeft | |
2 | Left | |
3 | TopLeft | |
4 | Top | |
5 | TopRight | |
6 | Right | |
7 | BottomRight | |
8 | Bottom |
Field | Type | Description |
---|---|---|
itemID | number | |
stackCount | number? | |
overrideItemName | string? | |
infoText | string? | |
overrideTooltip | string? | |
textDisplayStyle | Enum.ItemDisplayTextDisplayStyle | |
tooltipEnabled | boolean | |
iconSizeType | Enum.WidgetIconSizeType | |
infoTextEnabledState | Enum.WidgetEnabledState | |
showAsEarned | boolean | 10.2.0 |
itemNameTextFontType | Enum.UIWidgetFontType | 10.2.5 |
itemNameTextSizeType | Enum.UIWidgetTextSizeType | 10.2.5 |
infoTextFontType | Enum.UIWidgetFontType | 10.2.5 |
infoTextSizeType | Enum.UIWidgetTextSizeType | 10.2.5 |
itemNameCustomColor | Enum.WidgetEnabledState | 11.0.2 |
itemNameCustomColorOverrideState | Enum.UIWidgetOverrideState | 11.0.2 |
Value | Field | Description |
---|---|---|
0 | WorldQuestReward | |
1 | ItemNameAndInfoText | |
2 | ItemNameOnlyCentered |
Value | Field | Description |
---|---|---|
0 | Small | |
1 | Medium | |
2 | Large | |
3 | Standard |
Value | Field | Description |
---|---|---|
0 | Disabled | |
1 | Yellow | |
2 | Red | |
3 | White | 9.1.0 |
4 | Green | 9.1.0 |
5 | Artifact | 10.1.0 - Renamed from Gold
|
6 | Black | 9.2.0 |
7 | BrightBlue | 10.2.6 |
Value | Field | Description |
---|---|---|
0 | None | |
1 | Fade |
Value | Field | Description |
---|---|---|
0 | OneHundred | |
1 | Ninty | |
2 | Eighty | |
3 | Seventy | |
4 | Sixty | |
5 | Fifty | |
6 | OneHundredTen | 10.2.6 |
7 | OneHundredTwenty | 10.2.6 |
8 | OneHundredThirty | 10.2.6 |
9 | OneHundredForty | 10.2.6 |
10 | OneHundredFifty | 10.2.6 |
11 | OneHundredSixty | 10.2.6 |
12 | OneHundredSeventy | 10.2.6 |
13 | OneHundredEighty | 10.2.6 |
14 | OneHundredNinety | 10.2.6 |
15 | TwoHundred | 10.2.6 |
Value | Field | Description |
---|---|---|
0 | Default | |
1 | Vertical | |
2 | Horizontal | |
3 | Overlap | |
4 | HorizontalForceNewRow |
Value | Field | Description |
---|---|---|
0 | None | |
1 | Front | |
2 | Back |