getAnimAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Some wiki formatting)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
|descr= Returns aim precision for current animation
|descr= Returns aim precision for current animation


|s1= '''getAnimAimPrecision''' unit
|s1= [[getAnimAimPrecision]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]
Line 16: Line 16:
|r1= [[Number]]
|r1= [[Number]]


|x1= <code>'''getAnimAimPrecision''' player;</code>
|x1= <sqf>private _aimPrecision = getAnimAimPrecision player;</sqf>
   
   
|seealso= [[Arma 3: Stamina]]
|seealso= [[Arma 3: Stamina]]
}}
}}

Latest revision as of 14:44, 22 May 2022

Hover & click on the images for description

Description

Description:
Returns aim precision for current animation
Groups:
AnimationsStamina System

Syntax

Syntax:
getAnimAimPrecision unit
Parameters:
unit: Object
Return Value:
Number

Examples

Example 1:
private _aimPrecision = getAnimAimPrecision player;

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