assignedItems: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (NVG & Binoculars handling reverted)
No edit summary
Line 17: Line 17:




|x1= <code>
|x1= <code> [[hint]] [[str]] [[assignedItems]] [[player]];</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[assignItem]], [[unassignItem]], [[linkItem]], [[unlinkItem]], [[addItem]], [[removeItem]], [[removeAllAssignedItems]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 18:23, 22 August 2013

Hover & click on the images for description

Description

Description:
Get array with all assigned items.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
hint str assignedItems player;

Additional Information

See also:
assignItemunassignItemlinkItemunlinkItemaddItemremoveItemremoveAllAssignedItems

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

Posted on June 18, 2013 - 14:20
Druid
Arma 3, version 0.70 - headgear and goggles are not present in returned array now.
Posted on August 19, 2013
Dr_Eyeball
Arma 3, version 0.77 or earlier - headgear and goggles are back in and present in returned array.

Bottom Section