Skip to content

GameboardPlacementOccupancyGuardOptions

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

Options used by spawn, update, and move helpers to enforce occupancy.

optional ignorePlacementIds?: readonly string[]

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

Placement ids ignored when checking blockers, usually the moving entity.


optional requireUnblocked?: boolean

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

Require no blockers even if the placement itself is non-blocking.