Skip to content

GameboardActorTargetCommandPlan

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:256

Non-mutating command plan for a selected actor target.

canExecute: boolean

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:264

Whether the command may be executed immediately.


optional command?: GameboardInteractionCommand

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:262

Planned command against the selected target.


optional reason?: string

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:266

Reason execution is unavailable.


optional target?: GameboardActorTarget

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:260

Selected actor target, when one matched.


targeting: GameboardActorTargetingReport

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:258

Full actor-targeting report used to select the target.