Table of Contents

Interface IZonePathingProvider

Namespace
Uncreated.Warfare.Zones.Pathing
Assembly
Uncreated.Warfare.dll

Represents an object that decides a list of zones given all loaded zones.

public interface IZonePathingProvider

Methods

CreateZonePathAsync(CancellationToken)

UniTask<IList<Zone>> CreateZonePathAsync(CancellationToken token = default)

Parameters

token CancellationToken

Returns

UniTask<IList<Zone>>

A list of zones, including 2 main bases as the first and last elements to indicate which order the zones are in.