Skip to main content

B1WorldMissionChecker

  • Runtime checker for an entire world mission, aggregating condition checkers and tracking overall progress.
    * Stores mission metadata such as repeat settings and check type alongside its condition checkers.
PropertyTypeDescriptionMetadata
MissionIdFB1MissionIdRuntime identifier of the world mission being tracked.
MissionDtIdFNameData table row ID of this world mission definition.
bIsRepeatboolWhether this world mission repeats after completion.
RepeatCountint32Maximum number of times this world mission can repeat.
CheckTypeEB1WorldMissionCheckTypeScope at which this world mission is evaluated (Character, Family, or World).
MissionConditionsTArrayArray of per-condition checkers tracking individual condition progress.