removeWeaponTurret: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:


|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]
|p2= [weaponName, turretPath]: [[Array]]
 
|p3= weaponName: [[String]]
|p2= weaponName: [[String]]
|p4= turretPath: [[Array]]
 
|p3= turretPath: [[Turret Path]]


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 08:48, 2 January 2026

Hover & click on the images for description

Description

Description:
Removes weapon from the turret. Use turret path [-1] for driver's turret.
Groups:
Turrets

Syntax

Syntax:
vehicle removeWeaponTurret [weaponName, turretPath]
Parameters:
vehicle: Object
weaponName: String
turretPath: Turret Path
Return Value:
Nothing

Examples

Example 1:
_tank removeWeaponTurret ["LMG_M200", [0,0]];
Example 2:
vehicle player removeWeaponTurret ["SportCarHorn", [-1]];

Additional Information

See also:
addWeaponTurret turretLocal addMagazineTurret magazinesTurret removeMagazinesTurret removeMagazineTurret weaponsTurret currentMagazineDetailTurret currentMagazineTurret currentWeaponTurret selectWeaponTurret

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note