# Set Objective Type

Grammar — Make objective a primary objective
FlagsNative | Action

Sets the type for an objective.

# Arguments

Returns — void

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

Category: Objective / Advanced

# Examples

— None found —