assignedItems: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "since= Arma3" to "since= arma3") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| Line 6: | Line 6: | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
|descr= Get array with assigned items. The resulting [[Array]] order is not guaranteed. To check availability of a particular slot item use [[getSlotItemName]]. To return stored items see [[items]] and [[itemsWithMagazines]]. | |descr= Get array with assigned items. The resulting [[Array]] order is not guaranteed. | ||
To check availability of a particular slot item use [[getSlotItemName]]. | |||
To return stored items see [[items]] and [[itemsWithMagazines]]. | |||
|s1= [[assignedItems]] | |s1= [[assignedItems]] unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| Line 18: | Line 20: | ||
|p21= unit: [[Object]] - soldier | |p21= unit: [[Object]] - soldier | ||
|p22= allItems: [[Boolean]] - [[true]] to include all slot items, [[false]] exclude goggles and headgear | |p22= allItems: [[Boolean]] - [[true]] to include all slot items, [[false]] exclude goggles and headgear | ||
|p23= includeBinocs: [[Boolean]] - [[true]] to include binoculars (which is a weapon), [[false]] to exclude it | |p23= includeBinocs: [[Boolean]] - [[true]] to include binoculars (which is a weapon), [[false]] to exclude it | ||
| Line 28: | Line 32: | ||
}} | }} | ||
{{Note | |||
|user= Druid | |||
|timestamp= 20130618142600 | |||
|text= Arma 3, version 0.70 - headgear and goggles are not present in returned array now. | |||
}} | |||
{{Note | |||
|user= Killzone_Kid | |||
|timestamp= 20130822175200 | |||
|text= For head gear use [[headgear]], [[addHeadgear]] and [[removeHeadgear]]. For goggles use [[goggles]], [[addGoggles]] and [[removeGoggles]] | |||
}} | |||
Latest revision as of 09:06, 3 March 2026
Description
- Description:
- Get array with assigned items. The resulting Array order is not guaranteed. To check availability of a particular slot item use getSlotItemName. To return stored items see items and itemsWithMagazines.
- Groups:
- Unit Inventory
Syntax
- Syntax:
- assignedItems unit
- Parameters:
- unit: Object
- Return Value:
- Array of Strings
Alternative Syntax
- Syntax:
- assignedItems [unit, allItems, includeBinocs]
- Parameters:
- unit: Object - soldier
- allItems: Boolean - true to include all slot items, false exclude goggles and headgear
- includeBinocs: Boolean - true to include binoculars (which is a weapon), false to exclude it
- Return Value:
- Array of Strings
Examples
- Example 1:
Additional Information
- See also:
- getSlotItemName assignItem unassignItem linkItem unlinkItem addItem removeItem removeAllAssignedItems items itemsWithMagazines backpacks
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
- Posted on Jun 18, 2013 - 14:26 (UTC)
- Arma 3, version 0.70 - headgear and goggles are not present in returned array now.
- Posted on Aug 22, 2013 - 17:52 (UTC)
- For head gear use headgear, addHeadgear and removeHeadgear. For goggles use goggles, addGoggles and removeGoggles