removeAllItemsWithMagazines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.04|= Game version ____________________...")
 
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Removes all items from the uniform, vest and backpack. |= Description
| Removes all [[itemsWithMagazines]] from the uniform, vest and backpack. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 16: Line 16:




|x1= <code>
|x1= <code>[[removeAllItemsWithMagazines]] [[player]];</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[itemsWithMagazines]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:01, 17 October 2013

Hover & click on the images for description

Description

Description:
Removes all itemsWithMagazines from the uniform, vest and backpack.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
removeAllItemsWithMagazines player;

Additional Information

See also:
itemsWithMagazines

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