Interface: FacilityWaypointCache
A cache of facility waypoints.
Implemented by
Methods
get
▸ get<T
>(facility
): FacilityWaypoint
<T
>
Gets a waypoint from the cache for a specific facility. If one does not exist, a new waypoint will be created.
Type parameters
Name | Type |
---|---|
T | extends Facility |
Parameters
Name | Type | Description |
---|---|---|
facility | Facility | The facility for which to get a waypoint. |
Returns
A waypoint.
Defined in
src/sdk/navigation/FacilityWaypointCache.ts:13