Table of Contents

Enum PathContextFlags

Namespace
Core.Systems
Assembly
Core.dll

Flags for special pathfinding behavior.

[Flags]
public enum PathContextFlags

Fields

AvoidCombat = 8

Avoid combat (higher cost for provinces with enemy units)

IgnoreEnemyTerritory = 1

Ignore enemy territory penalties

IgnoreImpassable = 2

Allow paths through impassable terrain (for debugging)

None = 0
PreferRoads = 4

Prefer roads/infrastructure