Black Ops III

SetControllerUIModelValue

Sets a data value for a given lui menu, the data name has to be precached and the value as well, if its a string.

Example:

player SetControllerUIModelValue( "hudItems.regenDelayProgress", 0.2 )

Parameters

ParameterSummary
*ui model data path from controllerprecached name string for the data which we're trying to set.
*ui model valuevalue for the data which we're trying to set on the controller.

* = mandatory