Logo FSBarV1_Archived

PathStatus Type

Completion status of a findPath call.

Union cases

Union case Description

Complete

Full Usage: Complete

The goal was reached within budget.

Partial budgetExhausted

Full Usage: Partial budgetExhausted

Parameters:
    budgetExhausted : bool

The search hit the wall-clock or node-count budget before finding the goal. Waypoints contain the best partial path toward the lowest-f-score frontier node.

budgetExhausted : bool

Instance members

Instance member Description

this.IsComplete

Full Usage: this.IsComplete

Returns: bool
Returns: bool

this.IsPartial

Full Usage: this.IsPartial

Returns: bool
Returns: bool

Type something to start searching.