GameboardQuestEventRecord
Defined in: src/systems/systems.ts:453
Serializable quest event record.
Properties
Section titled “Properties”activeObjectiveId?
Section titled “activeObjectiveId?”
optionalactiveObjectiveId?:string
Defined in: src/systems/systems.ts:463
Active objective id.
activeObjectiveIndex
Section titled “activeObjectiveIndex”activeObjectiveIndex:
number
Defined in: src/systems/systems.ts:461
Active objective index.
objectives
Section titled “objectives”objectives: readonly
GameboardQuestObjective[]
Defined in: src/systems/systems.ts:465
Quest objectives.
progress
Section titled “progress”progress: readonly
GameboardQuestObjectiveProgress[]
Defined in: src/systems/systems.ts:467
Objective progress snapshots.
questId
Section titled “questId”questId:
string
Defined in: src/systems/systems.ts:455
Quest id.
status
Section titled “status”status:
GameboardQuestStatus
Defined in: src/systems/systems.ts:459
Quest status.
title:
string
Defined in: src/systems/systems.ts:457
Quest title.