removeClothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:


|gr1= Unit Inventory |GROUP1=
|gr1= Unit Inventory |GROUP1=
|gr2= Broken Commands |GROUP2=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:54, 27 September 2020

Result of April Fool's Day 2008. Don't even try ingame ;)
-wrong parameter ("Arma") defined!-1.11
Hover & click on the images for description

Description

Description:
Removes specified named clothes selections from unit.
Groups:
Unit InventoryBroken Commands

Syntax

Syntax:
unit removeClothing item
Parameters:
unit: Object - Unit
item: Array - Arrays of named selections (Strings)
Return Value:
Nothing

Examples

Example 1:
_unit removeClothing ["shirt"] rc sample.jpg

Additional Information

See also:
Model Config

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