magazinesDetailVest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.04|Game version=
|1.04


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


| 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.


| '''magazinesDetailVest''' unit |SYNTAX=
| '''magazinesDetailVest''' unit


|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]]


| [[Array]] |RETURNVALUE=
| [[Array]]


|s2= [[magazinesDetailVest]] [unit, includeEmpty] {{Since|arma3|1.99.146475|y}} |SYNTAX2=
|s2= [[magazinesDetailVest]] [unit, includeEmpty] {{Since|arma3|1.99.146475|y}}


|p21= unit: [[Object]] - unit  |PARAMETER21=
|p21= unit: [[Object]] - unit  |PARAMETER21=
Line 21: Line 21:
|p22= includeEmpty: [[Boolean]] - (Optional, default [[false]]) [[true]] to include empty magazines |PARAMETER22=
|p22= includeEmpty: [[Boolean]] - (Optional, default [[false]]) [[true]] to include empty magazines |PARAMETER22=


|r2= [[Array]] |RETURNVALUE2=
|r2= [[Array]]


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


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



Revision as of 02:06, 18 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