removeClothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (IMPORTANT page refresh!!1!)
mNo edit summary
Line 6: Line 6:


|1.11|Game version=
|1.11|Game version=
|gr1= Unit Inventory |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:38, 22 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 Inventory

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