Enum PathContextFlags
Flags for special pathfinding behavior.
[Flags]
public enum PathContextFlags
Fields
AvoidCombat = 8Avoid combat (higher cost for provinces with enemy units)
IgnoreEnemyTerritory = 1Ignore enemy territory penalties
IgnoreImpassable = 2Allow paths through impassable terrain (for debugging)
None = 0PreferRoads = 4Prefer roads/infrastructure