Table of Contents

Enum TreatyFlags

Namespace
Core.Diplomacy
Assembly
Core.dll

Treaty type bitfield flags Used in RelationData.treatyFlags to track active treaties

[Flags]
public enum TreatyFlags : byte

Fields

Alliance = 1
GuaranteeFrom1To2 = 4
GuaranteeFrom2To1 = 8
MilitaryAccessFrom1To2 = 16
MilitaryAccessFrom2To1 = 32
NonAggressionPact = 2
None = 0