removeAllContainers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added an observation from .75 beta)
Line 31: Line 31:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
[[User:kylania | kylania]] 2013-7-26<br/>
This will remove the Uniform, Vest and Backpack from a unit leaving them unable to hold or pickup inventory items.  The player's uniform will still be visible on their body however.  They won't be in the default underwear as you normally would after removing a uniform.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 22:26, 26 July 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:

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. The player's uniform will still be visible on their body however. They won't be in the default underwear as you normally would after removing a uniform.

Bottom Section