 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Returns contribution appearance info.
appearance = C_ContributionCollector.GetContributionAppearance(contributionID, contributionState)
Arguments
- contributionID
- number
- contributionState
- Enum.ContributionState
Enum.ContributionState
| Value |
Field |
Description
|
| 0 |
None |
|
| 1 |
Building |
|
| 2 |
Active |
|
| 3 |
UnderAttack |
|
| 4 |
Destroyed |
|
Returns
- appearance
- ContributionAppearance?Optional, could be nil.
| Field |
Type |
Description
|
| stateName |
string |
|
| stateColor |
ColorMixin🔗 |
|
| tooltipLine |
string |
|
| tooltipUseTimeRemaining |
boolean |
|
| statusBarAtlas |
string |
|
| borderAtlas |
string |
|
| bannerAtlas |
string |
|
Patch changes
Patch 8.0.1 (2018-07-17): Added.