武装突袭 Wiki
Advertisement
Introduced with Operation Flashpoint version 1.34
  Arguments of this scripting command don't have to be local to the client the command is executed onEffects of this scripting command are broadcasted over the network and happen on every computer in the network

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint
版本:
1.34

描述

描述:
Join all units in the array to given group. Maximum number of group members is:
  • OFP: 12
  • Arma: ?
  • Arma 2: ?
  • Arma 3: "unlimited" (3000+)
  • VBS 2: "unlimited" (260+)
To have a group member leave a group, join him with the grpNull group (e.g. [guy1] join grpNull)

基本句法

句法:
unitArray join group
参数:
unitArray: Array
group: Group or Object
返回值:
Nothing

范例

范例1:
[_unitOne, _unitTwo] join player;
范例2:
[_unitOne, _unitTwo] join (group player);

额外资讯

多人游戏:
This function is unsupported in MP in version 1.33 and before.
也可以看看:
joinAsjoinAsSilentjoinSilentgroupleader

注意事项

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

Notes

Bottom Section

Advertisement