B1MissionConditionState
- Runtime state of a single mission condition, tracking current progress toward the goal count.
* Stores the condition type, current count, goal count, and comparison operator.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ConditionType | EB1MissionCondition | Type of mission condition being tracked. | |
| CurrentCount | int64 | Current accumulated count toward completing the condition. | |
| GoalCount | int64 | Target count required to complete this condition. | |
| CompareType | EB1CompareType | Comparison operator used to evaluate whether the condition is satisfied. |