# Set Objective Type

Grammar — Make objective a primary objective
FlagsNative | Action

Sets the type for an objective.

# Arguments

  • int [ objective ] — Objective
  • bool [ preset::Objective_Type ] — Type

Returns — void

native void ObjectiveSetPrimary(
	int inObjective,
	bool inPrimary,
);

Category: Objective / Advanced

# Examples

— None found —