RemoveTargetActorHandlerOptions
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:160
Options for the actor-removal handler preset.
Properties
Section titled “Properties”commandKinds?
Section titled “commandKinds?”
optionalcommandKinds?: readonlyGameboardInteractionCommandKind[]
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:164
Command kinds this handler accepts.
handlerId?
Section titled “handlerId?”
optionalhandlerId?:string
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:162
Handler id emitted in event records.
requireHostile?
Section titled “requireHostile?”
optionalrequireHostile?:boolean
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:166
Require the target to be hostile to the source actor.