Skip to content

GameboardInteractionHandlerContext

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

Context passed to a game-supplied command handler.

command: GameboardInteractionCommand

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

Planned command being handled.


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.