removeAllContainers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(see also) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[removeAllContainers]] unit |= Syntax | ||
|p1= unit: [[Object]] |= PARAMETER1 | |p1= unit: [[Object]] |= PARAMETER1 | ||
Line 17: | Line 17: | ||
|x1= <code>removeAllContainers player; | |x1= <code>[[removeAllContainers]] player;</code>|= EXAMPLE1 | ||
</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[removeAllAssignedItems]], [[removeGoggles]], [[removeHeadgear]], [[removeItem]], [[removeItems]], [[removeUniform]], [[removeVest]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 15:13, 13 September 2014
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:
- removeAllAssignedItemsremoveGogglesremoveHeadgearremoveItemremoveItemsremoveUniformremoveVest
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.