Table of Contents

Enum CartelStatus

Namespace
S1API.Cartel
Assembly
S1API.dll

Represents the current status/relationship state of the Cartel.

public enum CartelStatus
Extension Methods

Fields

Defeated = 3

Defeated status - cartel has been defeated.

Hostile = 2

Hostile status - cartel is actively hostile toward the player.

Truced = 1

Truced status - cartel is friendly/neutral with the player.

Unknown = 0

Unknown status - initial state before cartel relationship is established.