addWeaponTurret: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) m (Add A2OA EOL) |
||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma2oa |Game name= | ||
|1.32| | |1.64|Game version= | ||
|game2= arma3 |Game2 name= | |||
|version2=1.32|Game2 version= | |||
|arg= local |Multiplayer Arguments= | |arg= local |Multiplayer Arguments= | ||
Line 14: | Line 18: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| vehicle | | vehicle [[addWeaponTurret]] [weaponName, turretPath]|SYNTAX= | ||
|p1= vehicle: [[Object]] |PARAMETER1= | |p1= vehicle: [[Object]] |PARAMETER1= | ||
|p2= [weaponName, turretPath]: [[Array]] |PARAMETER2= | |p2= [weaponName, turretPath]: [[Array]] |PARAMETER2= | ||
|p3= weaponName: [[String]] |PARAMETER3= | |p3= weaponName: [[String]] |PARAMETER3= | ||
|p4= turretPath: [[Array]] |PARAMETER4= | |p4= turretPath: [[Array]] |PARAMETER4= | ||
Line 24: | Line 31: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_tank [[addWeaponTurret]] ["LMG_M200",[0,0]];</code> |EXAMPLE1= | |x1= <code>_tank [[addWeaponTurret]] ["LMG_M200", [0,0]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 12:53, 19 September 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
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.64
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Arma 3: New Scripting Commands List
- Scripting Commands Arma 3