![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns a value indicating the result of a contribution.
result = C_ContributionCollector.GetContributionResult(contributionID)
Arguments
- contributionID
- number
Returns
- result
- Enum.ContributionResult
| Value | Field | Description |
|---|---|---|
| 0 | Success | |
| 1 | MustBeNearNpc | |
| 2 | IncorrectState | |
| 3 | InvalidID | |
| 4 | QuestDataMissing | |
| 5 | FailedConditionCheck | |
| 6 | UnableToCompleteTurnIn | |
| 7 | InternalError |
Patch changes
Patch 7.2.0 (2017-03-28): Added.
