Skip to main content

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.
PropertyTypeDescriptionMetadata
ConditionTypeEB1MissionConditionType of mission condition being tracked.
CurrentCountint64Current accumulated count toward completing the condition.
GoalCountint64Target count required to complete this condition.
CompareTypeEB1CompareTypeComparison operator used to evaluate whether the condition is satisfied.