setFaceAnimation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| person '''setFaceAnimation''' blink |= Syntax
| [[Object#Person|Person]]'''setFaceAnimation''' BlinkRate |= Syntax


|p1= person: [[Object]] |= Parameter 1
|p1= BlinkRate : [[Number]]  
 
|p2= blink: [[Number]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>soldier1 setFaceAnimation 0.5</pre> |= Example 1
|x1= <pre>_soldier1 setFaceAnimation 0.5</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:57, 30 August 2007

Hover & click on the images for description

Description

Description:
Set facial animation phase (eye blinking), blink is in the range from 0 to 1.
Groups:
Uncategorised

Syntax

Syntax:
PersonsetFaceAnimation BlinkRate
Parameters:
BlinkRate : Number
Return Value:
Nothing

Examples

Example 1:
_soldier1 setFaceAnimation 0.5

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