magazinesDetailVest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{since" to "{{Since")
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=
____________________________________________________________________________________________


| Returns an array with the type names of all the unit's vest magazines. |DESCRIPTION=
| Returns an array with the type names of all the unit's vest magazines. |DESCRIPTION=
____________________________________________________________________________________________


| '''magazinesDetailVest''' unit |SYNTAX=
| '''magazinesDetailVest''' unit |SYNTAX=
Line 27: Line 24:


|x1= <code>[[magazinesDetailVest]] [[player]];</code> |EXAMPLE1=
|x1= <code>[[magazinesDetailVest]] [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[magazinesDetail]], [[magazinesDetailUniform]], [[magazinesDetailBackpack]] |SEEALSO=
| [[magazinesDetail]], [[magazinesDetailUniform]], [[magazinesDetailBackpack]] |SEEALSO=

Revision as of 02:55, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns an array with the type names of all the unit's vest magazines.
Groups:
Unit Inventory

Syntax

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

Alternative Syntax

Syntax:
magazinesDetailVest [unit, includeEmpty] Template:Since
Parameters:
unit: Object - unit
includeEmpty: Boolean - (Optional, default false) true to include empty magazines
Return Value:
Array

Examples

Example 1:
magazinesDetailVest player;

Additional Information

See also:
magazinesDetailmagazinesDetailUniformmagazinesDetailBackpack

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