武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.32
  Arguments of this scripting command don't have to be local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.32

描述

描述:
Checks if a turret is local.

Some info on turrets: A vehicle turret will change locality when player gunner gets in it, just like vehicle changes locality when player driver gets in it. Many commands for turrets work only where turret is local. When gunner leaves turret it is supposed to change locality to the locality of the vehicle.

基本句法

句法:
vehicle turretLocal turretPath
参数:
vehicle: Object
turretPath: Array
返回值:
Boolean or Nothing (nil) if the turret is non-existent

范例

范例1:
_isLocal = vehicle player turretLocal [0];
范例2:
if (heli turretLocal [1]) then {heli setVehicleAmmo 1};
范例3:
if (isNil {heli turretLocal [5]}) then {hint "Turret 5 is non-existent"};

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement