GameboardInteractionHandlerContext
Defined in: src/commands/commands.ts:134
Context passed to a game-supplied command handler.
Properties
Section titled “Properties”command
Section titled “command”command:
GameboardInteractionCommand
Defined in: src/commands/commands.ts:138
Planned command being handled.
preview
Section titled “preview”preview:
GameboardInteractionCommandPreview
Defined in: src/commands/commands.ts:140
Non-mutating execution preview used to reach this handler.
world:
World
Defined in: src/commands/commands.ts:136
Live Koota world being mutated by the command.