Black Ops III

Objective_SetGamemodeFlags

Sets the gamemode flags for the objective. This function only works for modes not using 3d objectives (mp).

Example:

Objective_SetGamemodeFlags( myObjNumber, 0 )

Parameters

ParameterSummary
*objective_indexThe ID of the objective.
*flagsscript managed flags.

* = mandatory