Enum ObjectiveType
An enum representing the different types of objectives.
public enum ObjectiveType
- Extension Methods
Fields
None = 0Unknown objective.
ScpItemPickup = 1Objective that is completed when SCP item is picked up.
HumanDamage = 2Objective that is completed when enemy military is damaged.
HumanKill = 3Objective that is completed when enemy military is killed.
GeneratorActivation = 4Objective that is completed when generator is activated.
Escape = 5Objective that is completed when player escapes.