removeAllContainers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (They changed how this works and the visual uniform doesn't remain... sad times.)
No edit summary
Line 17: Line 17:




|x1= <code>
|x1= <code>removeAllContainers player;
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  



Revision as of 17:13, 19 September 2013

Hover & click on the images for description

Description

Description:
Removes all containers from the unit.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
removeAllContainers 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

kylania 2013-7-26
This will remove the Uniform, Vest and Backpack from a unit leaving them unable to hold or pickup inventory items.

Bottom Section