Black Ops III

ClientSysRegister

Declares a system who's state will be communicated over to the client script system when it changes. Takes a unique name, and returns the id of the system.

Example:

index = ClientSysRegister("FakeFire")

Parameters

ParameterSummary
*nameThe unique name of the system to be registered

* = mandatory