GameboardQuestEventRecord
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:332
Serializable quest event record.
Properties
Section titled “Properties”activeObjectiveId?
Section titled “activeObjectiveId?”
optionalactiveObjectiveId?:string
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:342
Active objective id.
activeObjectiveIndex
Section titled “activeObjectiveIndex”activeObjectiveIndex:
number
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:340
Active objective index.
objectives
Section titled “objectives”objectives: readonly
GameboardQuestObjective[]
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:344
Quest objectives.
progress
Section titled “progress”progress: readonly
GameboardQuestObjectiveProgress[]
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:346
Objective progress snapshots.
questId
Section titled “questId”questId:
string
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:334
Quest id.
status
Section titled “status”status:
GameboardQuestStatus
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:338
Quest status.
title:
string
Defined in: packages/declarative-hex-worlds/src/systems/events.ts:336
Quest title.