Skip to main content

B1MobileMessageDelayInfo

  • Runtime delay configuration for a mobile message, specifying when a delayed message should be sent.
    * Includes probability, day-of-week filters, date offset, and time window for the delayed send.
PropertyTypeDescriptionMetadata
DelayProbabilityfloatProbability of using the delay; 0.0 always delays, 0.5 gives a 50% chance of immediate or delayed send.
IsWeekdayboolWhether the delayed send is restricted to weekdays.
IsWeekendboolWhether the delayed send is restricted to weekends.
DayOfWeekEB1DayOfWeekSpecific day of the week on which the delayed message should be sent.
DelayDateint32Number of in-game days to delay before sending the message.
StartTimeint32Start time of the window during which the delayed message may be sent (HHmm format).
AddOffsetTimeint32Random offset in minutes added to the start time to vary the exact send time.
EndTimeint32End time of the window during which the delayed message may be sent (HHmm format).