addWeaponTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Some wiki formatting)
 
(6 intermediate revisions by the same user not shown)
Line 21: Line 21:
|p2= weaponName: [[String]]
|p2= weaponName: [[String]]


|p3= turretPath: [[Array]]
|p3= turretPath: [[Array]] format [[Turret Path]]


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


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


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


Line 34: Line 34:
|timestamp= 20210603120500
|timestamp= 20210603120500
|text= You can find out the turret path by entering the turret and checking with
|text= You can find out the turret path by entering the turret and checking with
<code>[[assignedVehicleRole]] [[player]];</code>
<sqf>assignedVehicleRole player;</sqf>
}}
}}

Latest revision as of 11:55, 8 August 2022

Hover & click on the images for description

Description

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

Syntax

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

Examples

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

Additional Information

See also:
removeWeaponTurret 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
7erra - c
Posted on Jun 03, 2021 - 12:05 (UTC)
You can find out the turret path by entering the turret and checking with