removeClothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Removed "object manipulation" category listing.)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Removes specified named clothes selections from unit. |= Description
| Removes specified named clothes selections from unit. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''removeClothing''' item |= Syntax
| unit '''removeClothing''' item |SYNTAX=


|p1= unit: [[Object]] - Unit |= Parameter 1
|p1= unit: [[Object]] - Unit |PARAMETER1=
|p2= item: [[Array]] - Arrays of named selections ([[String]]s) |= Parameter 2
|p2= item: [[Array]] - Arrays of named selections ([[String]]s) |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=  
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>civ1 removeClothing ["shirt"]</pre>  
|x1= <pre>civ1 removeClothing ["shirt"]</pre>  
[[Image:rc_sample.jpg|200px]] |= Example 1
[[Image:rc_sample.jpg|200px]] |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Model Config]]  |= See also
| [[Model Config]]  |SEEALSO=





Revision as of 15:45, 7 April 2019

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:
Uncategorised

Syntax

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

Examples

Example 1:
civ1 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