addWeaponTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 16: Line 16:
| vehicle '''addWeaponTurret''' [weaponName, turretPath]|SYNTAX=
| vehicle '''addWeaponTurret''' [weaponName, turretPath]|SYNTAX=


|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |PARAMETER1=
|p2= [weaponName, turretPath]: [[Array]] |= Parameter 2
|p2= [weaponName, turretPath]: [[Array]] |PARAMETER2=
|p3= weaponName: [[String]] |= Parameter 3
|p3= weaponName: [[String]] |PARAMETER3=
|p4= turretPath: [[Array]] |= Parameter 4
|p4= turretPath: [[Array]] |PARAMETER4=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_tank [[addWeaponTurret]] ["LMG_M200",[0,0]];</code> |= Example 1
|x1= <code>_tank [[addWeaponTurret]] ["LMG_M200",[0,0]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:27, 7 April 2019

Hover & click on the images for description

Description

Description:
Adds a weapon to the turret. Use turret path [-1] for driver's turret.
Groups:
Uncategorised

Syntax

Syntax:
vehicle addWeaponTurret [weaponName, turretPath]
Parameters:
vehicle: Object
[weaponName, turretPath]: Array
weaponName: String
turretPath: Array
Return Value:
Nothing

Examples

Example 1:
_tank addWeaponTurret ["LMG_M200",[0,0]];

Additional Information

See also:
removeWeaponTurretturretLocaladdMagazineTurretmagazinesTurretremoveMagazinesTurretremoveMagazineTurretweaponsTurretcurrentMagazineDetailTurretcurrentMagazineTurretcurrentWeaponTurretselectWeaponTurret

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

Notes

Bottom Section