removeWeaponTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 24: Line 24:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>_tank [[removeWeaponTurret]] ["LMG_M200", [0,0]];</code>
|x1= <code>_tank removeWeaponTurret ["LMG_M200", [0,0]];</code>


|x2= <code>[[vehicle]] [[player]] [[removeWeaponTurret]] ["SportCarHorn", [-1]];</code>
|x2= <code>vehicle [[player]] [[removeWeaponTurret]] ["SportCarHorn", [-1]];</code>


|seealso= [[addWeaponTurret]] [[turretLocal]] [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[removeMagazineTurret]] [[weaponsTurret]] [[currentMagazineDetailTurret]] [[currentMagazineTurret]] [[currentWeaponTurret]] [[selectWeaponTurret]]
|seealso= [[addWeaponTurret]] [[turretLocal]] [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[removeMagazineTurret]] [[weaponsTurret]] [[currentMagazineDetailTurret]] [[currentMagazineTurret]] [[currentWeaponTurret]] [[selectWeaponTurret]]
}}
}}

Revision as of 12:13, 12 May 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, turretPath]: Array
weaponName: String
turretPath: Array
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