addWeaponTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Some wiki formatting)
 
(42 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.32


|1.32|Game version=
|game2= arma2oa
|version2=1.64


|arg= local |Multiplayer Arguments=
|arg= local


|eff= global |Multiplayer Effects=
|eff= global
____________________________________________________________________________________________


| Adds a weapon to the turret. Use turret path [-1] for driver's turret. |DESCRIPTION=
|gr1= Turrets
____________________________________________________________________________________________


| vehicle '''addWeaponTurret''' [weaponName, turretPath]|SYNTAX=
|descr= Adds a weapon to the turret. Use turret path [-1] for driver's turret.


|p1= vehicle: [[Object]] |PARAMETER1=
|s1= vehicle [[addWeaponTurret]] [weaponName, turretPath]
|p2= [weaponName, turretPath]: [[Array]] |PARAMETER2=
|p3= weaponName: [[String]] |PARAMETER3=
|p4= turretPath: [[Array]] |PARAMETER4=


| [[Nothing]] |RETURNVALUE=
|p1= vehicle: [[Object]]
____________________________________________________________________________________________
 
|x1= <code>_tank [[addWeaponTurret]] ["LMG_M200",[0,0]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[removeWeaponTurret]], [[turretLocal]], [[addMagazineTurret]], [[magazinesTurret]], [[removeMagazinesTurret]], [[removeMagazineTurret]], [[weaponsTurret]], [[currentMagazineDetailTurret]], [[currentMagazineTurret]], [[currentWeaponTurret]], [[selectWeaponTurret]] |SEEALSO=
|p2= weaponName: [[String]]


}}
|p3= turretPath: [[Array]] format [[Turret Path]]
 
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>_tank addWeaponTurret ["LMG_M200", [0,0]];</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[removeWeaponTurret]] [[turretLocal]] [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[removeMagazineTurret]] [[weaponsTurret]] [[currentMagazineDetailTurret]] [[currentMagazineTurret]] [[currentWeaponTurret]] [[selectWeaponTurret]]
}}


[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
{{Note
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|user= 7erra
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|timestamp= 20210603120500
|text= You can find out the turret path by entering the turret and checking with
<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