GameboardQuestSnapshot
Defined in: src/quests/quests.ts:84
Joined quest entity and quest trait state.
Properties
Section titled “Properties”entity
Section titled “entity”entity:
Entity
Defined in: src/quests/quests.ts:86
Live Koota quest entity.
quest:
object
Defined in: src/quests/quests.ts:88
Quest trait value.
activeObjectiveIndex
Section titled “activeObjectiveIndex”activeObjectiveIndex:
number=0
Index of the active objective in objectives.
metadata
Section titled “metadata”metadata:
Record<string,GameboardQuestMetadataValue>
Serializable quest metadata.
objectives
Section titled “objectives”objectives:
GameboardQuestObjective[]
Ordered objective definitions.
progress
Section titled “progress”progress:
GameboardQuestObjectiveProgress[]
Objective progress records.
questId
Section titled “questId”questId:
string=''
Stable quest id.
schemaVersion
Section titled “schemaVersion”schemaVersion:
string=GAMEBOARD_QUEST_SCHEMA_VERSION
Quest schema version.
status
Section titled “status”status:
GameboardQuestStatus
Runtime quest lifecycle status.
title:
string=''
Quest display title.