Table of Contents

Enum ObjectiveType

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

An enum representing the different types of objectives.

public enum ObjectiveType
Extension Methods

Fields

None = 0

Unknown objective.

ScpItemPickup = 1

Objective that is completed when SCP item is picked up.

HumanDamage = 2

Objective that is completed when enemy military is damaged.

HumanKill = 3

Objective that is completed when enemy military is killed.

GeneratorActivation = 4

Objective that is completed when generator is activated.

Escape = 5

Objective that is completed when player escapes.

See Also