B1ScheduledStat
- Defines a scheduled stat restriction, specifying the stat and its active time window on weekdays and weekends.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StatId | FName | The ID of the stat this schedule applies to. | Category: B1ScheduledStat |
| From | int32 | The starting hour (0-23) of the scheduled window. | Category: B1ScheduledStat ClampMax: 23 ClampMin: 0 |
| To | int32 | The ending hour (1-24) of the scheduled window. | Category: B1ScheduledStat ClampMax: 24 ClampMin: 1 |
| Weekdays | bool | Whether this schedule is active on weekdays. | Category: B1ScheduledStat |
| Weekend | bool | Whether this schedule is active on weekends. | Category: B1ScheduledStat |