![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
widgetInfo = C_UIWidgetManager.GetCaptureZoneVisualizationInfo(widgetID)
Arguments[]
- widgetID
- number - Returned from UPDATE_UI_WIDGET and C_UIWidgetManager.GetAllWidgetsBySetID()
Returns[]
- widgetInfo
- CaptureZoneVisualizationInfo?
| Field | Type | Description |
|---|---|---|
| shownState | Enum.WidgetShownState | |
| mode | Enum.ZoneControlMode | |
| leadingEdgeType | Enum.ZoneControlLeadingEdgeType | |
| dangerFlashType | Enum.ZoneControlDangerFlashType | |
| zoneInfo | ZoneEntry | |
| tooltipLoc | Enum.UIWidgetTooltipLocation | |
| widgetSizeSetting | number | |
| textureKit | string | |
| frameTextureKit | string | |
| 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 | BothStatesAreGood | |
| 1 | State1IsGood | |
| 2 | State2IsGood | |
| 3 | NeitherStateIsGood |
| Value | Field | Description |
|---|---|---|
| 0 | NoLeadingEdge | |
| 1 | UseLeadingEdge |
| Value | Field | Description |
|---|---|---|
| 0 | ShowOnGoodStates | |
| 1 | ShowOnBadStates | |
| 2 | ShowOnBoth | |
| 3 | ShowOnNeither |
|
|
| Value | Field | Description |
|---|---|---|
| 0 | Default | |
| 1 | BottomLeft | |
| 2 | Left | |
| 3 | TopLeft | |
| 4 | Top | |
| 5 | TopRight | |
| 6 | Right | |
| 7 | BottomRight | |
| 8 | Bottom |
| Value | Field | Description |
|---|---|---|
| 0 | None | |
| 1 | Fade |
| Value | Field | Description |
|---|---|---|
| 0 | OneHundred | |
| 1 | Ninty | |
| 2 | Eighty | |
| 3 | Seventy | |
| 4 | Sixty | |
| 5 | Fifty |
| Value | Field | Description |
|---|---|---|
| 0 | Default | |
| 1 | Vertical | |
| 2 | Horizontal | |
| 3 | Overlap | |
| 4 | HorizontalForceNewRow |
| Value | Field | Description |
|---|---|---|
| 0 | None | |
| 1 | Front | |
| 2 | Back |
Patch changes[]
Patch 9.1.0 (2021-06-29): Added tooltipLoc, modelSceneLayer, scriptedAnimationEffectID fields.
Patch 9.0.1 (2020-10-13): Added textureKit, frameTextureKit, widgetScale, layoutDirection fields.
Patch 8.2.5 (2019-09-24): Added.
