getCustomAimCoef: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game=
| arma3


|1.54|Game Version (number surrounded by NO SPACES)=
|1.54


|arg= global  |Multiplayer Arguments("local" or "global")=
|arg= global  |Multiplayer Arguments("local" or "global")=


|eff=  |Multiplayer Effects ("local" or "global")=
|eff=


|serverExec=  |Multiplayer Execution ("server" or empty)=
|serverExec=


|gr1= Stamina System |GROUP1=
|gr1= Stamina System


| Returns aimPrecision from animation state with custom value that will directly affects weapon sway size and speed. |DESCRIPTION=
| Returns aimPrecision from animation state with custom value that will directly affects weapon sway size and speed.


| '''getCustomAimCoef''' unit |SYNTAX=
| '''getCustomAimCoef''' unit


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


| [[Number]] |RETURNVALUE=
| [[Number]]


|x1= _coef = '''getCustomAimCoef''' player |EXAMPLE1=
|x1= _coef = '''getCustomAimCoef''' player


| [[Arma 3 Stamina]] [[setCustomAimCoef]] |SEEALSO=
| [[Arma 3 Stamina]] [[setCustomAimCoef]]


}}
}}

Revision as of 01:34, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns aimPrecision from animation state with custom value that will directly affects weapon sway size and speed.
Groups:
Stamina System

Syntax

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

Examples

Example 1:
_coef = getCustomAimCoef player

Additional Information

See also:
Arma 3 Stamina setCustomAimCoef

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