backpackMagazines: 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 9: Line 8:


|gr2= Unit Inventory |GROUP2=
|gr2= Unit Inventory |GROUP2=
____________________________________________________________________________________________


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


| '''backpackMagazines''' unit |SYNTAX=
| '''backpackMagazines''' unit |SYNTAX=
Line 27: Line 24:
]</code>|EXAMPLE1=  
]</code>|EXAMPLE1=  


____________________________________________________________________________________________


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


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



Revision as of 01:23, 17 January 2021

Hover & click on the images for description

Description

Description:
Get array with all magazines from backpack of the given unit.
Groups:
ContainersUnit Inventory

Syntax

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

Examples

Example 1:
backpackMagazines player;
[ "Titan AT Missile(1/1)[id/cr:16/0](2x)" ]

Additional Information

See also:
uniformMagazinesvestMagazinessoldierMagazines

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