GameboardMovementBlockedEvent
Defined in: src/systems/systems.ts:181
Movement system could not advance a path.
Properties
Section titled “Properties”movement
Section titled “movement”movement:
GameboardMovementAdvanceResult
Defined in: src/systems/systems.ts:185
Movement advancement result.
reason?
Section titled “reason?”
optionalreason?:string
Defined in: src/systems/systems.ts:187
Blocked reason.
type:
"movement-blocked"
Defined in: src/systems/systems.ts:183
Event discriminator.