vestMagazines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1= Unit Inventory |GROUP1=
|gr1= Unit Inventory |GROUP1=
____________________________________________________________________________________________


|  Get array with all magazines from vest of the given unit. |DESCRIPTION=
|  Get array with all magazines from vest of the given unit. |DESCRIPTION=
____________________________________________________________________________________________


| '''vestMagazines''' unit |SYNTAX=
| '''vestMagazines''' unit |SYNTAX=
Line 30: Line 27:
]</code>|EXAMPLE1=  
]</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[uniformMagazines]], [[backpackMagazines]], [[soldierMagazines]] |SEEALSO=  
| [[uniformMagazines]], [[backpackMagazines]], [[soldierMagazines]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 05:18, 17 January 2021

Hover & click on the images for description

Description

Description:
Get array with all magazines from vest of the given unit.
Groups:
Unit Inventory

Syntax

Syntax:
vestMagazines unit
Parameters:
unit : Object
Return Value:
Array

Examples

Example 1:
vestMagazines player;
[ "6.5mm 30Rnd STANAG Mag(30/30)[id/cr:4/0](2x)", "9mm 16Rnd Mag(16/16)[id/cr:7/0](2x)", "RGO Frag Grenade(1/1)[id/cr:10/0](2x)", "Smoke Grenade (White)(1/1)[id/cr:12/0](1x)", "Smoke Grenade (Green)(1/1)[id/cr:13/0](1x)", "Chemlight (Green)(1/1)[id/cr:14/0](2x)" ]

Additional Information

See also:
uniformMagazinesbackpackMagazinessoldierMagazines

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