publicVariableServer

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Send the variable value to the server - same limitations regarding variable type as publicVariable.
Arma 3
In Arma 3 it is possible to broadcast the nil value.
Groups:
MultiplayerVariables

Syntax

Syntax:
publicVariableServer varName
Parameters:
varName: String
Return Value:
Nothing

Examples

Example 1:
publicVariableServer "CTFscoreOne";

Additional Information

See also:
publicVariable publicVariableClient addPublicVariableEventHandler

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Kyliana - c
Posted on Aug 24, 2012 - 02:06 (UTC)
Publishes the variable (name as String) to the server only. Useful when you want to synchronise a variable with the server but not any other clients. - Rocket