Black Ops III

CodeSetPlayerStateClientField

Sets the value for a given player state client field.

Example:

CodeSetPlayerStateClientField(ent, "my_field", 1)

Parameters

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

* = mandatory