B1WorkTimeSchedule
- Defines the working hours and associated mission for a single day of the week within a work shift.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DayOfWeek | EB1DayOfWeek | Day of the week this schedule applies to. | Category: B1WorkTimeSchedule |
| StartTime | int32 | Work start time in HHMM format (0-2359). | Category: B1WorkTimeSchedule ClampMax: 2359 ClampMin: 0 |
| EndTime | int32 | Work end time in HHMM format (0-2359). | Category: B1WorkTimeSchedule ClampMax: 2359 ClampMin: 0 |
| MaxExtraWorkMinute | int32 | Maximum allowed overtime in minutes. | Category: B1WorkTimeSchedule ClampMin: 0 |
| WorkMissionId | FName | Mission ID associated with this work schedule slot. | Category: B1WorkTimeSchedule Foreign: Quest.Id |