B1WorldMissionConditionChecker
- Runtime checker for a single world mission condition, tracking its current count and completion state.
* Part of FB1WorldMissionChecker which groups all conditions for a world mission.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Condition | FB1MissionConditionData | The condition definition being tracked by this checker. | |
| CurrentCount | int32 | Current accumulated count for this condition. | |
| CompareType | EB1CompareType | Comparison operator used to evaluate whether this condition is satisfied. |