magazinesDetailVest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add since template usage)
m (Text replacement - "{{since" to "{{Since")
Line 18: Line 18:
| [[Array]] |RETURNVALUE=
| [[Array]] |RETURNVALUE=


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


|p21= unit: [[Object]] - unit  |PARAMETER21=
|p21= unit: [[Object]] - unit  |PARAMETER21=

Revision as of 20:39, 11 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