enableAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|arma3 |= Game " to "|arma3 |Game name= ")
m (Text replacement - " |p3= |PARAMETER3= |p3= |PARAMETER4= |p3= |PARAMETER5= |p3= |PARAMETER6=" to "")
Line 11: Line 11:
|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]] |PARAMETER1=
|p2= enable: [[Bool]] - [[true]] enable, [[false]], disabled |PARAMETER2=
|p2= enable: [[Bool]] - [[true]] enable, [[false]], disabled |PARAMETER2=
|p3=  |PARAMETER3=
|p3=  |PARAMETER4=
|p3=  |PARAMETER5=
|p3=  |PARAMETER6=
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |EXAMPLE1=
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |EXAMPLE1=

Revision as of 14:06, 3 September 2019

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