B1BabySafetyInfo
- Configuration for the baby safety system, which prevents babies from being left
* unattended by calling a babysitter service and issuing warnings at regular intervals.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ServiceId | FName | Service Id called when a baby is left unattended | Category: B1BabySafetyInfo |
| IntervalTimePerGameMinute | int32 | Interval between neglect warning messages and service calls (game time - minutes) | Category: B1BabySafetyInfo ClampMin: 1 |
| FinishDelayTimePerGameMinute | int32 | Delay before the babysitter leaves after a guardian returns (game time - minutes) | Category: B1BabySafetyInfo ClampMin: 0 |
| BabyNeglectWarningMessageId | FName | Warning message Id sent when a baby is left unattended | Category: B1BabySafetyInfo |
| CallMessageId | FName | Message Id sent when the babysitter is called | Category: B1BabySafetyInfo |
| CancelMessageId | FName | Message Id sent when the babysitter call is cancelled | Category: B1BabySafetyInfo |
| BabyReturnToHomePopupId | FName | Popup (Popup.json) Id shown when returning home with the babysitter | Category: B1BabySafetyInfo |
| BabysittersGroupId | FName | Babysitter group Id in Service.json | Category: B1BabySafetyInfo |
| NeglectDistanceThreshold | float | If a caretaker is within this distance (cm), the baby is not treated as neglected even when on a different site | Category: B1BabySafetyInfo ClampMin: 0 |