enableAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (format)
m (see also)
Line 17: Line 17:
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |= Example 1
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |= Example 1
| - |= See Also
| [[Arma 3 Stamina]] |= See Also
}}
}}



Revision as of 05:22, 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:
Arma 3 Stamina

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