B1LifeScheduleInfo
- Defines a life-stage schedule entry, mapping an age range to a set of day schedule IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BeginAge | int32 | The minimum age (inclusive) at which this life schedule applies. | Category: B1LifeScheduleInfo ClampMin: 1 |
| EndAge | int32 | The maximum age (inclusive) at which this life schedule applies. | Category: B1LifeScheduleInfo ClampMin: 1 |
| DayScheduleIdList | TArray | The list of day schedule IDs used during this life stage. | Category: B1LifeScheduleInfo |
| EnterScriptIdList | TArray | The list of script IDs executed when a character enters this life stage schedule. | Category: B1LifeScheduleInfo |