From Bohemia Interactive Community
-
- Posted on 24 Aug, 2012
- Kylania
-
publicVariableServer (run on client)
publicVariableClient (run on server)
Publishes a variable (name as STRING) to a specific client, from the server. This is useful where you want to synchronize a variable with only a specific client.
This is a useful way to cut down on network traffic, as publicVariable commands are issued as a priority message. So use publicVariable sparingly, and these commands where they apply. - Rocket
-
- Posted on 21 Sep, 2013
- Killzone_Kid
-
While publicVariable is JIP compatible and persistent, publicVariableClient is not. If you log out then log in with the same owner id the public variable sent to your client prior will be nil.
- Posted on 2015-04-12 - 09:27 (UTC)
- Killzone_Kid
-
Tested in Arma 3 v1.43, publicVariableClient works client-to-client if owner id of the targeted client is known.