Skip to content

gameboardActions

const gameboardActions: Actions<{ canOccupyPlacement: (options) => boolean; clear: () => void; inspectPlacementOccupancy: (options) => GameboardPlacementOccupancyInspection; loadPlan: (plan) => GameboardEntityIndex; movePlacement: (placement, to, options) => Entity; removePlacement: (placement) => boolean; spawnPlacement: (options) => Entity; updatePlacement: (placement, options) => Entity; }>

Defined in: src/koota/koota.ts:368

Koota action bundle for loading, clearing, inspecting, and mutating a board through world-bound helpers.