removeClothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (IMPORTANT page refresh!!1!)
Line 1: Line 1:
{{Important|Result of April Fool's Day 2008. Don't even try ingame ;)}}
{{Important | Result of April Fool's Day 2008. Don't even try ingame ;)}}
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


|arma|= Game name
|arma|Game name=


|1.11|= Game version
|1.11|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''removeClothing''' item |SYNTAX=
| unit [[removeClothing]] item |SYNTAX=


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


Line 19: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>civ1 removeClothing ["shirt"]</pre>  
|x1= <code>_unit [[removeClothing]] ["shirt"]</code>  
[[Image:rc_sample.jpg|200px]] |EXAMPLE1=
[[Image:rc_sample.jpg|200px]] |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Model Config]] |SEEALSO=
| [[Model Config]] |SEEALSO=
 
 
}}
}}



Revision as of 20:08, 28 August 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:
_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