武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2: Operation Arrowhead
版本:
1.62

描述

描述:
Send the variable value to the server - same limitations regarding variable type as publicVariable.
Arma 3 logo black In Arma 3 it is possible to broadcast nil value

基本句法

句法:
publicVariableServer varName
参数:
varName: String
返回值:
Nothing

范例

范例1:
publicVariableServer "CTFscoreOne";

额外资讯

多人游戏:
-
也可以看看:
publicVariablepublicVariableClientaddPublicVariableEventHandler

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Posted on 24 Aug, 2012
Kylania
publicVariableServer (run on client)
publicVariableClient (run on server)
Publishers the variable (name as STRING) to the server only. Useful when you want to synchronize a variable with the server but not any other clients. - Rocket

Bottom Section

Advertisement