enableAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (template:command argument fix)
Line 6: Line 6:
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________
| 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]] |= Parameter 1
|p1= unit: [[Object]] |PARAMETER1=
|p2= enable: [[Bool]] - [[true]] enable, [[false]], disabled |= Parameter 2
|p2= enable: [[Bool]] - [[true]] enable, [[false]], disabled |PARAMETER2=
|p3=  |= Parameter 3
|p3=  |PARAMETER3=
|p3=  |= Parameter 4
|p3=  |PARAMETER4=
|p3=  |= Parameter 5
|p3=  |PARAMETER5=
|p3=  |= Parameter 6
|p3=  |PARAMETER6=
| [[Nothing]] |= Return Value
| [[Nothing]] |RETURNVALUE=
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |= Example 1
|x1= <code>[[player]] [[enableAimPrecision]] [[false]];</code> |EXAMPLE1=
| [[Arma 3 Stamina]] |= See Also
| [[Arma 3 Stamina]] |SEEALSO=
}}
}}



Revision as of 15:38, 7 April 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