magazinesDetailVest

From Bohemia Interactive Community
Revision as of 00:50, 24 December 2020 by Lou Montana (talk | contribs) (Add since template usage)
Jump to navigation Jump to search
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