Variable; ObjectiveType - HWRM/KarosGraveyard GitHub Wiki

ObjectiveType is a number type under the hood.

A collection of variables representing the possible 'types' an objective can be.

Examples

-- Creates a new objective with the type 'primary':
Objective_Add("my-objective", OT_Primary);

Variables

Variable Value Notes
OT_Primary 0 A primary objective, such as a main part of a mission.
OT_Secondary 1 A secondary objective, such as a bonus task.

Related Pages