GameboardActorTargetCommandPlan
Defined in: src/commands/commands.ts:249
Non-mutating command plan for a selected actor target.
Properties
Section titled “Properties”canExecute
Section titled “canExecute”canExecute:
boolean
Defined in: src/commands/commands.ts:257
Whether the command may be executed immediately.
command?
Section titled “command?”
optionalcommand?:GameboardInteractionCommand
Defined in: src/commands/commands.ts:255
Planned command against the selected target.
reason?
Section titled “reason?”
optionalreason?:string
Defined in: src/commands/commands.ts:259
Reason execution is unavailable.
target?
Section titled “target?”
optionaltarget?:GameboardActorTarget
Defined in: src/commands/commands.ts:253
Selected actor target, when one matched.
targeting
Section titled “targeting”targeting:
GameboardActorTargetingReport
Defined in: src/commands/commands.ts:251
Full actor-targeting report used to select the target.