Skip to content

GameboardActorTargetCommandPlan

Defined in: src/commands/commands.ts:249

Non-mutating command plan for a selected actor target.

canExecute: boolean

Defined in: src/commands/commands.ts:257

Whether the command may be executed immediately.


optional command?: GameboardInteractionCommand

Defined in: src/commands/commands.ts:255

Planned command against the selected target.


optional reason?: string

Defined in: src/commands/commands.ts:259

Reason execution is unavailable.


optional target?: GameboardActorTarget

Defined in: src/commands/commands.ts:253

Selected actor target, when one matched.


targeting: GameboardActorTargetingReport

Defined in: src/commands/commands.ts:251

Full actor-targeting report used to select the target.