getAnimAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Some wiki formatting)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- getAnimAimPrecision from EXPORT -->
{{RV|type=command
{{Command|Comments=
 
|arma3|Game name=
|game1= arma3
|1.54|Game version=
|version1= 1.54
| Returns aim precision for current animation |DESCRIPTION=
 
| '''getAnimAimPrecision''' unit |SYNTAX=
|gr1= Animations
|p1= unit: [[Object]] |PARAMETER1=
 
| [[Number]] |RETURNVALUE=
|gr2= Stamina System
|x1= <code> '''getAnimAimPrecision''' player;
 
</code>|EXAMPLE1=
|descr= Returns aim precision for current animation
| [[Arma 3 Stamina]]|SEEALSO=
 
|  |MPBEHAVIOUR=
|s1= [[getAnimAimPrecision]] unit
}}
 
|p1= unit: [[Object]]


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Number]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|x1= <sqf>private _aimPrecision = getAnimAimPrecision player;</sqf>
<dl class="command_description">
<!-- BEGIN Note Section -->
|seealso= [[Arma 3: Stamina]]
<!-- 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