removeItemFromUniform: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(seealso, locality)
m (template:command argument fix)
(One intermediate revision by the same user not shown)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Removes item from soldier's uniform. Can be used with magazines and weapons too. |= Description
| Removes item from soldier's uniform. Can be used with magazines and weapons too. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''removeItemFromUniform''' item |= Syntax
| unit '''removeItemFromUniform''' item |SYNTAX=


|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |PARAMETER1=
|p2= item: [[String]] |= Parameter 2
|p2= item: [[String]] |PARAMETER2=
| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


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

Revision as of 15:45, 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