removeItemFromUniform: 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 ____________________...")
 
m (template:command argument fix)
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:


|1.04|= Game version
|1.04|= Game version
|arg= global |=
|eff= global |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Removes item from soldier's uniform. |= 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=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= 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