![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
info = GetUnitPowerBarInfo(unitToken)
= GetUnitPowerBarInfoByID(barID)
Arguments[]
GetUnitPowerBarInfo[]
- unitToken
- string : UnitId
GetUnitPowerBarInfoByID[]
- barID
- number - from UnitPowerBarID()
Returns[]
- info
- UnitPowerBarInfo
| Field | Type | Description |
|---|---|---|
| ID | number | |
| barType | number | |
| minPower | number | |
| startInset | number | |
| endInset | number | |
| smooth | boolean | |
| hideFromOthers | boolean | |
| showOnRaid | boolean | |
| opaqueSpark | boolean | |
| opaqueFlash | boolean | |
| anchorTop | boolean | |
| forcePercentage | boolean | |
| sparkUnderFrame | boolean | |
| flashAtMinPower | boolean | |
| fractionalCounter | boolean | |
| animateNumbers | boolean |
Patch changes[]
Patch 8.3.0 (2020-01-14): Added. Replaces UnitAlternatePowerInfo() and UnitAlternatePowerCounterInfo() which are deprecated. [1]
