enableAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command
|arma3 |Game name=
|arma3
|1.62|Game Version=
|1.62
|arg=  |Multiplayer Arguments=
|arg=
|eff=  |Multiplayer Effects=
|eff=


|gr1= Stamina System |GROUP1=
|gr1= Stamina System
| Set whether animation's aim precision affects weapon sway. |DESCRIPTION=
| Set whether animation's aim precision affects weapon sway.
| unit enableAimPrecision enable |SYNTAX=
| unit enableAimPrecision enable
|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]]
|p2= enable: [[Boolean]] - [[true]] enable, [[false]], disabled |PARAMETER2=
|p2= enable: [[Boolean]] - [[true]] enable, [[false]], disabled
| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |EXAMPLE1=
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code>
| [[Arma 3 Stamina]] |SEEALSO=
| [[Arma 3 Stamina]]
}}
}}



Revision as of 01:38, 18 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