addWeaponTurret: Difference between revisions
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]] |= | |p1= vehicle: [[Object]] |PARAMETER1= | ||
|p2= [weaponName, turretPath]: [[Array]] |= | |p2= [weaponName, turretPath]: [[Array]] |PARAMETER2= | ||
|p3= weaponName: [[String]] |= | |p3= weaponName: [[String]] |PARAMETER3= | ||
|p4= turretPath: [[Array]] |= | |p4= turretPath: [[Array]] |PARAMETER4= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_tank [[addWeaponTurret]] ["LMG_M200",[0,0]];</code> |= | |x1= <code>_tank [[addWeaponTurret]] ["LMG_M200",[0,0]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:27, 7 April 2019
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