removeWeaponTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
 
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: [[Array]] format [[Turret Path]]


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

Latest revision as of 12:05, 8 August 2022

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: Array format 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 or on the Forums.
Only post proven facts here! Add Note