B1DayScheduleInfo
- Defines a single time slot in a day schedule, including start/end times and associated scripts and mission.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BeginTime | int32 | The start time of this schedule slot in HHMM format. | Category: B1DayScheduleInfo |
| EndTime | int32 | The end time of this schedule slot in HHMM format. | Category: B1DayScheduleInfo |
| StartScriptId | FName | The script ID executed when this schedule slot begins. | Category: B1DayScheduleInfo ReferTo: DT_Script |
| FinishScriptId | FName | The script ID executed when this schedule slot finishes. | Category: B1DayScheduleInfo ReferTo: DT_Script |
| MissionInfo | FB1ScheduleMissionInfo | Mission information tied to this schedule slot. | Category: B1DayScheduleInfo |