GameboardInteractionCommandOptions
Defined in: src/actors/actors.ts:575
Options for planning an interaction command from a resolved target.
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”blockingPlacementKinds?
Section titled “blockingPlacementKinds?”
optionalblockingPlacementKinds?: readonlyGameboardPlacementKind[]
Defined in: src/actors/actors.ts:132
Placement kinds that should block actor movement.
Inherited from
Section titled “Inherited from”GameboardInteractionTargetOptions.blockingPlacementKinds
blockingPlacementLayers?
Section titled “blockingPlacementLayers?”
optionalblockingPlacementLayers?: readonlyGameboardPlacementLayer[]
Defined in: src/actors/actors.ts:134
Placement layers that should block actor movement.
Inherited from
Section titled “Inherited from”GameboardInteractionTargetOptions.blockingPlacementLayers
ignorePlacementIds?
Section titled “ignorePlacementIds?”
optionalignorePlacementIds?: readonlystring[]
Defined in: src/actors/actors.ts:136
Placement ids ignored during collision checks.
Inherited from
Section titled “Inherited from”GameboardInteractionTargetOptions.ignorePlacementIds
requireSourceActorForAttack?
Section titled “requireSourceActorForAttack?”
optionalrequireSourceActorForAttack?:boolean
Defined in: src/actors/actors.ts:579
Require a source actor before attack commands can execute.
requireSourceActorForInteraction?
Section titled “requireSourceActorForInteraction?”
optionalrequireSourceActorForInteraction?:boolean
Defined in: src/actors/actors.ts:581
Require a source actor before interaction commands can execute.
requireSourceActorForMove?
Section titled “requireSourceActorForMove?”
optionalrequireSourceActorForMove?:boolean
Defined in: src/actors/actors.ts:577
Require a source actor before move commands can execute.
sourceActor?
Section titled “sourceActor?”
optionalsourceActor?:string|Entity
Defined in: src/actors/actors.ts:222
Source actor used for hostility and collision interpretation.
Inherited from
Section titled “Inherited from”GameboardInteractionTargetOptions.sourceActor
treatHostileAsBlocking?
Section titled “treatHostileAsBlocking?”
optionaltreatHostileAsBlocking?:boolean
Defined in: src/actors/actors.ts:138
Treat hostile actors as movement blockers.
Inherited from
Section titled “Inherited from”GameboardInteractionTargetOptions.treatHostileAsBlocking
treatInteractiveAsBlocking?
Section titled “treatInteractiveAsBlocking?”
optionaltreatInteractiveAsBlocking?:boolean
Defined in: src/actors/actors.ts:140
Treat interactive actors as movement blockers.
Inherited from
Section titled “Inherited from”GameboardInteractionTargetOptions.treatInteractiveAsBlocking
treatPropsAsBlocking?
Section titled “treatPropsAsBlocking?”
optionaltreatPropsAsBlocking?:boolean
Defined in: src/actors/actors.ts:142
Treat prop actors as movement blockers.