removeAllAssignedItems: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(locality)
No edit summary
Line 6: Line 6:
|0.50|= Game version
|0.50|= Game version


| arg= local |=
|arg= local |= Arguments in MP
| eff= global |
 
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:33, 27 September 2014

Hover & click on the images for description

Description

Description:
Unassigns and deletes all linked items from inventory (map, compass, headgear, goggles etc.).
Groups:
Uncategorised

Syntax

Syntax:
removeAllAssignedItems unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
removeAllAssignedItems player;

Additional Information

See also:
assignedItemslinkItemunlinkItemassignItemunassignItemaddItemremoveItemremoveAllContainers

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