B1ReserveQuest
- A compact version of FB1QuestInfo used for reserving quest execution, storing timing ticks and task identity.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StartTick | int64 | The game tick at which this reserved quest starts. | |
| EndTick | int64 | The game tick at which this reserved quest ends. | |
| QuestTask | FB1QuestTask | The quest task definition for this reserved quest. | |
| MissionType | EB1MissionType | The mission type of this reserved quest. | |
| QuestId | FName | The quest data table ID for this reserved quest. | |
| MissionParam | FName | An optional parameter passed to the mission. |