Skip to content

GameboardMovementPathRequestOptions

Defined in: src/movement/movement.ts:101

Options for requesting a path for a movement agent.

optional allowOutOfRangePath?: boolean

Defined in: src/movement/movement.ts:103

Keep a found path even when it exceeds the current budget.


optional ignorePlacementIds?: readonly string[]

Defined in: src/movement/movement.ts:85

Placement ids ignored during pathing.

GameboardMovementOptions.ignorePlacementIds


optional movementBudget?: number

Defined in: src/movement/movement.ts:83

Movement budget override.

GameboardMovementOptions.movementBudget


optional navigation?: GameboardNavigationProfile

Defined in: src/movement/movement.ts:87

Navigation profile overrides merged over the movement profile.

GameboardMovementOptions.navigation


optional profile?: GameboardMovementProfileInput

Defined in: src/movement/movement.ts:79

Movement profile id or inline profile.

GameboardMovementOptions.profile


optional profiles?: GameboardMovementProfileRegistry

Defined in: src/movement/movement.ts:81

Registry used to resolve profile ids.

GameboardMovementOptions.profiles