magazinesDetailUniform: 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 uniform magazines. |DESCRIPTION=
| Returns an array with the type names of all the unit's uniform magazines. |DESCRIPTION=
____________________________________________________________________________________________


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


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


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

Revision as of 02:53, 17 January 2021

Hover & click on the images for description

Description

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

Syntax

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

Alternative Syntax

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

Examples

Example 1:
magazinesDetailUniform player;

Additional Information

See also:
magazinesDetailmagazinesDetailVestmagazinesDetailBackpack

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