GameboardInteractionHandlerContext
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:141
Context passed to a game-supplied command handler.
Properties
Section titled “Properties”command
Section titled “command”command:
GameboardInteractionCommand
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:145
Planned command being handled.
preview
Section titled “preview”preview:
GameboardInteractionCommandPreview
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:147
Non-mutating execution preview used to reach this handler.
world:
World
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:143
Live Koota world being mutated by the command.