InteractActorQuestObjective
Defined in: src/traits/quests.ts:63
Objective completed when an actor interacts with another actor.
Extends
Section titled “Extends”Properties
Section titled “Properties”actor:
string
Defined in: src/traits/quests.ts:67
Source actor id.
id:
string
Defined in: src/traits/quests.ts:33
Stable objective id within the quest.
Inherited from
Section titled “Inherited from”GameboardQuestObjectiveBase.id
kind:
"interact-actor"
Defined in: src/traits/quests.ts:65
Objective discriminator.
label?
Section titled “label?”
optionallabel?:string
Defined in: src/traits/quests.ts:35
Optional display label.
Inherited from
Section titled “Inherited from”GameboardQuestObjectiveBase.label
maxDistance?
Section titled “maxDistance?”
optionalmaxDistance?:number
Defined in: src/traits/quests.ts:71
Maximum accepted interaction distance.
targetActor
Section titled “targetActor”targetActor:
string
Defined in: src/traits/quests.ts:69
Target actor id.