clientID publicVariableClient varName

Operand types

clientID: Number
varName: String

Type of returned value

Description

Send the variable to the client computer.
Same limitations regarding the variable type as publicVariable has.

The Client ID is the temporary ID given to a connected client for that session.
You can find out this ID with the owner command.

Used In

Arma2OA

Example

4 publicVariableClient "YourScore";

(owner car1) publicVariableClient "YourScore";
Search OFPEC COMREF