setMimic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
 
Line 31: Line 31:


|descr= Sets person's facial expression. To set it back to default, use "".
|descr= Sets person's facial expression. To set it back to default, use "".
{{Feature|arma3|Prior to Arma 3 v2.01.146630 Mimics must be written in all lower case letters.}}
{{Feature|arma3|Prior to {{arma3}} v2.01.146630 Mimics must be written in all lower case letters.}}


|s1= person [[setMimic]] mimic
|s1= person [[setMimic]] mimic
Line 38: Line 38:


|p2= mimic: [[String]] - can be one of:
|p2= mimic: [[String]] - can be one of:
{{{!}}
{{{!}} class="valign-top"
! style="padding-right: 2em" {{!}} Before Arma 2 OA v1.6x !! style="font-size: small" {{!}} Since Arma 2 OA v1.6x
! style="padding-right: 2em" {{!}} Before Arma 2 OA v1.6x !! Since Arma 2 OA v1.6x
{{!}}-
{{!}}-
{{!}} style="vertical-align: top" {{!}}
{{!}}
* "Default"
* "Default"
* "Normal"
* "Normal"
Line 52: Line 52:
* {{sic|"Agresive"}}
* {{sic|"Agresive"}}
* "Angry"
* "Angry"
{{!}} style="vertical-align: top" {{!}}
{{!}}
* "neutral"
* "neutral"
* "dead"
* "dead"
Line 70: Line 70:
}}
}}


<dl class="command_description">
{{Note
 
|user= Lou Montana
<dt><dt>
|timestamp= 20100119153000
<dd class="notedate">Posted on Jan 19, 2010 - 15:30 (CEST)</dd>
|text= Not working in '''{{arma2}} 1.05'''.
<dt class="note">[[User:Lou Montana|Lou Montana]]</dt>
}}
<dd class="note">Not working in '''Arma 2 1.05'''.
 
</dl>

Latest revision as of 00:48, 14 May 2023

Hover & click on the images for description

Description

Description:
Sets person's facial expression. To set it back to default, use "".
Arma 3
Prior to Arma 3 v2.01.146630 Mimics must be written in all lower case letters.
Groups:
Object ManipulationUnit Identity

Syntax

Syntax:
person setMimic mimic
Parameters:
person: Object
mimic: String - can be one of:
Before Arma 2 OA v1.6x Since Arma 2 OA v1.6x
  • "Default"
  • "Normal"
  • "Smile"
  • "Hurt"
  • "Ironic"
  • "Sad"
  • "Cynic"
  • "Surprised"
  • "Agresive"sic
  • "Angry"
  • "neutral"
  • "dead"
  • "danger"
  • "hurt"
  • "aware"
  • "safe"
  • "combat"
  • "unconscious"
Return Value:
Nothing

Examples

Example 1:
_soldier1 setMimic "hurt";

Additional Information

See also:
setIdentity setFace setFaceAnimation enableMimics setRandomLip

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
Lou Montana - c
Posted on Jan 19, 2010 - 15:30 (UTC)
Not working in Arma 2 1.05.