Black Ops III

Objective_SetFlag

Sets the gamemode flags for the objective.

Example:

Objective_SetFlag( myObjNumber, "active", true )

Parameters

ParameterSummary
*objective_indexThe ID of the objective to alter
*flag- active, fadeoutonscreen, perk, drawdistance, drawname, in3d, clipToMap, primary
*true/false turn the flag on or off

* = mandatory