setFace: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed unsuitable link)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= person: [[Object]] |= Parameter 1
|p1= face: [[String]] |= Parameter 2
 
|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
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:56, 30 August 2007

Hover & click on the images for description

Description

Description:
Set person's face.
Groups:
Uncategorised

Syntax

Syntax:
Person setFace "face"
Parameters:
face: String
Return Value:
Nothing

Examples

Example 1:
_soldier1 setFace "face10"

Additional Information

See also:
See also needed

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