removeMagazineTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Some wiki formatting)
 
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |Game name=
|game1= arma2oa
|version1= 1.52


|1.52|Game version=
|game2= tkoh
|version2= 1.00


|arg= local |Multiplayer Arguments=
|game3= arma3
|version3= 0.50


|eff= global |Multiplayer Effects=
|arg= local
____________________________________________________________________________________________


| Removes the magazine from the turret. Use turret path [-1] for driver's turret.
|eff= global


Note: you may create invalid combinations by using this function. When doing so, application behaviour is undefined. |DESCRIPTION=
|gr1= Turrets
____________________________________________________________________________________________


| vehicle '''removeMagazineTurret''' [magazineName, turretPath]|SYNTAX=
|descr= Removes the magazine from the turret. Use turret path [-1] for driver's turret.


|p1= vehicle: [[Object]] |PARAMETER1=
Note: you may create invalid combinations by using this function. When doing so, application behaviour is undefined.
|p2= [weaponName, turretPath]: [[Array]] |PARAMETER2=
|p3= magazineName: [[String]] |PARAMETER3=
|p4= turretPath: [[Array]] |PARAMETER4=


| [[Nothing]] |RETURNVALUE=
|s1= vehicle [[removeMagazineTurret]] [magazineName, turretPath]
____________________________________________________________________________________________
 
|x1= <code>vehicle player '''removeMagazineTurret''' ["60rnd_cmflaremagazine",[-1]]</code> |EXAMPLE1=
|x2= <code>_tank '''removeMagazineTurret''' ["20Rnd_120mmSABOT_M1A2",[0]]</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[addMagazineTurret]], [[magazinesTurret]], [[removeMagazinesTurret]], [[weaponsTurret]], [[addWeaponTurret]], [[removeWeaponTurret]], [[turretLocal]] |SEEALSO=
|p1= vehicle: [[Object]]


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


<h3 style="display:none">Notes</h3>
|x1= <sqf>vehicle player removeMagazineTurret ["60rnd_cmflaremagazine",[-1]];</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <sqf>_tank removeMagazineTurret ["20Rnd_120mmSABOT_M1A2",[0]];</sqf>


[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
|seealso= [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[weaponsTurret]] [[addWeaponTurret]] [[removeWeaponTurret]] [[turretLocal]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:05, 8 August 2022

Hover & click on the images for description

Description

Description:
Removes the magazine from the turret. Use turret path [-1] for driver's turret. Note: you may create invalid combinations by using this function. When doing so, application behaviour is undefined.
Groups:
Turrets

Syntax

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

Examples

Example 1:
vehicle player removeMagazineTurret ["60rnd_cmflaremagazine",[-1]];
Example 2:
_tank removeMagazineTurret ["20Rnd_120mmSABOT_M1A2",[0]];

Additional Information

See also:
addMagazineTurret magazinesTurret removeMagazinesTurret weaponsTurret addWeaponTurret removeWeaponTurret turretLocal

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