Skip to main content

B1MissionConditionTrigger

  • Trigger payload carrying a mission condition update event, including the mission ID and count delta.
    * Used to propagate condition changes to the mission tracking system.
PropertyTypeDescriptionMetadata
bIsAddboolWhether this trigger is adding (true) or removing (false) progress.
MissionIdFB1MissionIdIdentifier of the mission to which this trigger applies.
Countint64Amount of progress to add or remove for the condition.
CondDataFB1MissionConditionDataCondition data describing which specific condition is being updated.