Black Ops III

CodeSetUIModelClientField

Sets the value for a given player uimodel client field.

Example:

CodeSetUIModelClientField(ent, "my_field", 1)

Parameters

ParameterSummary
*playerA player
*nameUnique name to identify the field.
*valueValue to transmit.

* = mandatory