enableMimics: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (fixed parameter names)
Line 13: Line 13:
| unit '''enableMimics''' enabled |= Syntax
| unit '''enableMimics''' enabled |= Syntax


|p1= vector: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1


|p2= vector: [[Boolean]] |= Parameter 2
|p2= enabled: [[Boolean]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 10:30, 23 April 2015

Hover & click on the images for description

Description

Description:
Enables/disables mimics on a given unit.
Groups:
Uncategorised

Syntax

Syntax:
unit enableMimics enabled
Parameters:
unit: Object
enabled: Boolean
Return Value:
Nothing

Examples

Example 1:
cursorTarget enableMimics false

Additional Information

See also:
setMimic

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