magazinesDetailVest: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma3 | | arma3 | ||
|1.04 | |1.04 | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
| Returns an array with the type names of all the unit's vest magazines. | | Returns an array with the type names of all the unit's vest magazines. | ||
| '''magazinesDetailVest''' unit | | '''magazinesDetailVest''' unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Array]] | | [[Array]] | ||
|s2= [[magazinesDetailVest]] [unit, includeEmpty] {{Since|arma3|1.99.146475|y}} | |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]] | |r2= [[Array]] | ||
|x1= <code>[[magazinesDetailVest]] [[player]];</code> | |x1= <code>[[magazinesDetailVest]] [[player]];</code> | ||
| [[magazinesDetail]], [[magazinesDetailUniform]], [[magazinesDetailBackpack]] | | [[magazinesDetail]], [[magazinesDetailUniform]], [[magazinesDetailBackpack]] | ||
}} | }} | ||
Revision as of 01:06, 18 January 2021
Description
- Description:
- Returns an array with the type names of all the unit's vest magazines.
- Groups:
- Unit Inventory
Syntax
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
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