getAnimAimPrecision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- getAnimAimPrecision from EXPORT --> {{Command|= Comments |arma3|= Game name |1.54|= Game version | Returns aim precision for current animation |= Description | '''getAnim...")
 
m (Some wiki formatting)
 
(34 intermediate revisions by 5 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
}}


<h3 style='display:none'>Bottom Section</h3>
|p1= unit: [[Object]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|r1= [[Number]]
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>private _aimPrecision = getAnimAimPrecision player;</sqf>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|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