Black Ops III

Objective_SetUIModelValue

Set a UI Model Value for an objective

Example:

Objective_SetUIModelValue( 0, "killedCount", 4 ); or Objective_SetUIModelValue( 0, "killedCount", "Four" )

Parameters

ParameterSummary
*objective_numberThe ID of the objective to alter
*lui menu data nameprecached name string for the data which we're trying to set.
*lui menu data valuevalue for the data which we're trying to set on the objective.

* = mandatory