enableAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.62|= Game Version |arg= |= Multiplayer Arguments |e...")
 
m (format)
Line 16: Line 16:
|p3=  |= Parameter 6
|p3=  |= Parameter 6
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
|x1= [[player]] enableAimPrecision [[false]] |= Example 1
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |= Example 1
| - |= See Also
| - |= See Also
}}
}}

Revision as of 05:20, 20 September 2016

Hover & click on the images for description

Description

Description:
Set whether animation's aim precision affects weapon sway.
Groups:
Uncategorised

Syntax

Syntax:
unit enableAimPrecision enable
Parameters:
unit: Object
enable: Bool - true enable, false, disabled
Return Value:
Nothing

Examples

Example 1:
player enableAimPrecision false;

Additional Information

See also:
-

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

Bottom Section