Skip to main content

B1MissionState

  • Runtime state of a mission instance, tracking its type, conditions, and completion status.
    * Links a mission data table entry to its live per-character progress.
PropertyTypeDescriptionMetadata
MissionTypeEB1MissionTypeClassification of the mission (e.g., Hope, Ambition, WorkMission).
MissionTypeIdFNameIdentifier of the content category this mission belongs to (e.g., ambition ID or job ID).
MissionDtIdFNameData table row ID referencing this mission's definition.
ConditionStatesTArrayArray of runtime condition states tracking progress for each mission condition.
bIsActiveboolWhether this mission is currently active and accepting progress updates.
bIsFinishedboolWhether this mission has been completed.
TargetEntityIdFB1EntityIdEntity ID of the specific target associated with this mission, if any.