Struct QuestUpdateBroadcast
Server to Client broadcast for updating a single quest's state and objective progress.
public struct QuestUpdateBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
ObjectiveValues
Per-objective progress values in template order.
public long[] ObjectiveValues
Field Value
- long[]
Status
Current lifecycle status of the quest.
public QuestStatus Status
Field Value
TemplateID
CachedScriptableObject ID of the QuestTemplate.
public int TemplateID