removeMagazineTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (template:command argument fix)
Line 13: Line 13:
| Removes the magazine from the turret. Use turret path [-1] for driver's turret.
| 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. |= Description
Note: you may create invalid combinations by using this function. When doing so, application behaviour is undefined. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicle '''removeMagazineTurret''' [magazineName, turretPath]|= Syntax
| vehicle '''removeMagazineTurret''' [magazineName, turretPath]|SYNTAX=


|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |PARAMETER1=
|p2= [weaponName, turretPath]: [[Array]] |= Parameter 2
|p2= [weaponName, turretPath]: [[Array]] |PARAMETER2=
|p3= magazineName: [[String]] |= Parameter 3
|p3= magazineName: [[String]] |PARAMETER3=
|p4= turretPath: [[Array]] |= Parameter 4
|p4= turretPath: [[Array]] |PARAMETER4=


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


| [[addMagazineTurret]], [[magazinesTurret]], [[removeMagazinesTurret]], [[weaponsTurret]], [[addWeaponTurret]], [[removeWeaponTurret]], [[turretLocal]] |= See also
| [[addMagazineTurret]], [[magazinesTurret]], [[removeMagazinesTurret]], [[weaponsTurret]], [[addWeaponTurret]], [[removeWeaponTurret]], [[turretLocal]] |SEEALSO=


}}
}}

Revision as of 15:45, 7 April 2019

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:
Uncategorised

Syntax

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

Examples

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

Additional Information

See also:
addMagazineTurretmagazinesTurretremoveMagazinesTurretweaponsTurretaddWeaponTurretremoveWeaponTurretturretLocal

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