GameboardQuestObjectiveEvaluation
Defined in: src/quests/quests.ts:112
Result of evaluating one objective.
Properties
Section titled “Properties”collision?
Section titled “collision?”
optionalcollision?:GameboardActorCollisionReport
Defined in: src/quests/quests.ts:122
Collision report, for collision objectives.
objective
Section titled “objective”objective:
GameboardQuestObjective
Defined in: src/quests/quests.ts:114
Objective that was evaluated.
progress
Section titled “progress”progress:
GameboardQuestObjectiveProgress
Defined in: src/quests/quests.ts:116
Progress produced by evaluation.
source?
Section titled “source?”
optionalsource?:GameboardActorSnapshot
Defined in: src/quests/quests.ts:118
Source actor, when resolved.
target?
Section titled “target?”
optionaltarget?:GameboardActorSnapshot
Defined in: src/quests/quests.ts:120
Target actor, when resolved.