removeItemFromUniform: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(seealso, locality)
m (template:command argument fix)
Line 17: Line 17:
|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1
|p2= item: [[String]] |= Parameter 2
|p2= item: [[String]] |= Parameter 2
| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




|x1= <code>
|x1= <code>
</code>|= EXAMPLE1
</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addItemToUniform]] |= SEEALSO
| [[addItemToUniform]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:36, 7 April 2019

Hover & click on the images for description

Description

Description:
Removes item from soldier's uniform. Can be used with magazines and weapons too.
Groups:
Uncategorised

Syntax

Syntax:
unit removeItemFromUniform item
Parameters:
unit: Object
item: String
Return Value:
Nothing

Examples

Example 1:

Additional Information

See also:
addItemToUniform

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