setFace: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (reverted to the change with the faces tut/gallery I see no harm in having those resources linked here.)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Person|Person]] '''setFace''' "face" |= Syntax
| person '''setFace''' face |= Syntax


|p1= face: [[String]] |= Parameter 2
|p1= person: [[Object]] |= Parameter 1
 
|p2= face: [[String]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_soldier1 setFace "face10"</pre> |= Example 1
|x1= <pre>soldier1 setFace "face10"</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [http://www.ciahome.net/~web7_balschoiw/Facetutorial.rar All Armed Assault 1.08 faces plus tutorial], [http://www.ciahome.net/~web7_balschoiw/ArmaAlbum/index.html Online gallery of 1.08 Armed Assault faces]|= See also


}}
}}

Revision as of 17:24, 12 September 2007

Hover & click on the images for description

Description

Description:
Set person's face.
Groups:
Uncategorised

Syntax

Syntax:
person setFace face
Parameters:
person: Object
face: String
Return Value:
Nothing

Examples

Example 1:
soldier1 setFace "face10"

Additional Information

See also:
All Armed Assault 1.08 faces plus tutorialOnline gallery of 1.08 Armed Assault faces

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