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