getAnimAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
m (Some wiki formatting)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- getAnimAimPrecision from EXPORT -->
{{RV|type=command
{{Command


|arma3
|game1= arma3
|1.54
|version1= 1.54


|gr1= Animations
|gr1= Animations
Line 9: Line 8:
|gr2= Stamina System
|gr2= Stamina System


| Returns aim precision for current animation
|descr= Returns aim precision for current animation


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


|p1= unit: [[Object]]
|p1= unit: [[Object]]


| [[Number]]
|r1= [[Number]]


|x1= <code> '''getAnimAimPrecision''' player;</code>
|x1= <sqf>private _aimPrecision = getAnimAimPrecision player;</sqf>
   
   
| [[Arma 3 Stamina]]
|seealso= [[Arma 3: Stamina]]
 
|
}}
}}
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>

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