GameboardPlacementOccupancyGuardOptions
Defined in: src/koota/koota.ts:248
Options used by spawn, update, and move helpers to enforce occupancy.
Properties
Section titled “Properties”ignorePlacementIds?
Section titled “ignorePlacementIds?”
optionalignorePlacementIds?: readonlystring[]
Defined in: src/koota/koota.ts:250
Placement ids ignored when checking blockers, usually the moving entity.
requireUnblocked?
Section titled “requireUnblocked?”
optionalrequireUnblocked?:boolean
Defined in: src/koota/koota.ts:252
Require no blockers even if the placement itself is non-blocking.