removeItemFromVest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|eff= global |=" to "|eff= global |MPeff=")
m (added example)
Line 19: Line 19:




|x1= <code>
|x1= <code>[[player]] [[removeItemFromVest]] "itemWatch";</code>|EXAMPLE1=  
</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 03:37, 9 January 2020

Hover & click on the images for description

Description

Description:
Removes item from soldier's vest.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
player removeItemFromVest "itemWatch";

Additional Information

See also:
addItemToVest

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