items

From Bohemia Interactive Community
Revision as of 17:09, 26 August 2009 by Tom 48 97 (talk | contribs) (add: example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns an array of names of all special items of a vehicle or a soldier.
Groups:
Uncategorised

Syntax

Syntax:
items unit
Parameters:
unit: Object -
Return Value:
Array

Examples

Example 1:
_itemsplayer = items player;
Example 2:
player sideChat format["%1", items player];

Additional Information

See also:
See also needed

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