setCustomAimCoef: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (template:command argument fix)
Line 5: Line 5:
| Set custom aim precision coefficient for weapon sway |= Description
| Set custom aim precision coefficient for weapon sway |= Description
| unit '''setCustomAimCoef''' coef |= Syntax
| unit '''setCustomAimCoef''' coef |= Syntax
|p1= unit: [[Object]] |= PARAMETER1
|p1= unit: [[Object]] |PARAMETER1=  
|p2= coef: [[Number]] |= PARAMETER2
|p2= coef: [[Number]] |PARAMETER2=
| [[Nothing]]  |= RETURNVALUE
| [[Nothing]]  |RETURNVALUE=  
|x1= <code>player '''setCustomAimCoef''' 1;
|x1= <code>player '''setCustomAimCoef''' 1;
</code>|= EXAMPLE1
</code>|EXAMPLE1=  
| [[Arma 3 Stamina]] [[getCustomAimCoef]] |= SEEALSO
| [[Arma 3 Stamina]] [[getCustomAimCoef]] |SEEALSO=  
|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
}}
}}



Revision as of 11:36, 7 April 2019


Hover & click on the images for description

Description

Description:
Set custom aim precision coefficient for weapon sway
Groups:
Uncategorised

Syntax

Syntax:
unit setCustomAimCoef coef
Parameters:
unit: Object
coef: Number
Return Value:
Nothing

Examples

Example 1:
player setCustomAimCoef 1;

Additional Information

See also:
Arma 3 Stamina getCustomAimCoef

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

Notes