publicVariableServer: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Fix username) |
||
Line 29: | Line 29: | ||
{{Note | {{Note | ||
|user= | |user= Kylania | ||
|timestamp= 20120824020600 | |timestamp= 20120824020600 | ||
|text= | |text= |
Latest revision as of 00:08, 30 April 2024
Description
- Description:
- Send the variable value to the server - same limitations regarding variable type as publicVariable.
- Groups:
- MultiplayerVariables
Syntax
- Syntax:
- publicVariableServer varName
- Parameters:
- varName: String
- Return Value:
- Nothing
Examples
- Example 1:
- publicVariableServer "CTFscoreOne";
Additional Information
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
- Posted on Aug 24, 2012 - 02:06 (UTC)
-
- publicVariableServer (run on client)
- publicVariableClient (run on server)