Skip to main content

B1Order

  • Defines a single scheduled activity (order) within a timeline range, specifying what interaction to perform and how.
PropertyTypeDescriptionMetadata
InteractionBagIdFNameID of the interaction bag to execute during this order.Category: B1Order
Foreign: InteractionBag.Id
StatIdFNameID of the stat that this order targets or monitors.Category: B1Order
Foreign: Stat.Id
TargetStatInteractionIdFNameInteraction ID used when targeting a specific stat-related interaction.Category: B1Order
Foreign: InteractionBag.Id
TargetSiteIdFNameID of the target site where this order should be performed.Category: B1Order
Foreign: Site.Id
TypeEB1OrderTypeExecution type of this order (once, persistent, random, etc.).Category: B1Order
bIsTimeFlexibleboolIf true, this order is time-flexible and survives user schedule adjustments with proportional time scaling.Category: B1Order
RandomOrderInteractionTArrayList of random interaction choices for RANDOMPERSISTENT order types.Category: B1Order
RandomInteractionPickIndexint32Index of the currently picked random interaction; -1 means no pick yet.Category: B1Order
StartTimeuint32Start time of the range expressed as an absolute time value (HHMM format).Category: B1TimelineRange
EndTimeuint32End time of the range expressed as an absolute time value (HHMM format).Category: B1TimelineRange