Skip to content

gameboardCommandActions

const gameboardCommandActions: Actions<{ execute: (commandOrTarget, options) => GameboardInteractionCommandExecution; plan: (target, options) => GameboardInteractionCommand; preview: (commandOrTarget, options) => GameboardInteractionCommandPreview; targetCommand: (options) => GameboardActorTargetCommandPlan; }>

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

Koota action bundle for planning, previewing, executing, and targeting interaction commands in a live world.