B1QuestHistoryData
- Stores the history data for an entire quest, including priority, a map of mission history elements, and lazy completion state.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Priority | int64 | The priority order in which this history entry was added. | |
| HistoryElementMap | TMap | MissionDtId | |
| IsLazyCompleted | bool | Whether this quest has been lazily completed, requiring an explicit complete call. |