武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 0.70
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
0.70

描述

描述:
Returns either single element array, containing class name of currently loaded in the secondary weapon magazine, or an empty array if unit has no secondary weapon or secondary weapon is not loaded. This command is used for infantry weapons only.

基本句法

句法:
secondaryWeaponMagazine unit
参数:
unit: Object
返回值:
Array

范例

范例1:
hint secondaryWeaponMagazine player; //["NLAW_F"]
范例2:
_array = secondaryWeaponMagazine player; if (count _array > 0) then { hint ("Secondary weapon is loaded with " + (_array select 0) + "!"); } else { if (secondaryWeapon player != "") then { hint "Secondary weapon is not loaded!"; } else { hint "Player doesn't have a secondary weapon!"; }; };

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement