enableAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
|arma3 |Game name=
|arma3 |Game name=
|1.62|Game Version=
|1.62|Game Version=
Line 7: Line 6:


|gr1= Stamina System |GROUP1=
|gr1= Stamina System |GROUP1=
____________________________________________________________________________________________
| Set whether animation's aim precision affects weapon sway. |DESCRIPTION=
| Set whether animation's aim precision affects weapon sway. |DESCRIPTION=
____________________________________________________________________________________________
| unit enableAimPrecision enable |SYNTAX=
| unit enableAimPrecision enable |SYNTAX=
|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]] |PARAMETER1=

Revision as of 02:11, 17 January 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
unit enableAimPrecision enable
Parameters:
unit: Object
enable: Boolean - 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