setCustomAimCoef: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- setCustomAimCoef from EXPORT --> {{Command|= Comments |arma3|= Game name |1.54|= Game version | Set custom aim precision coefficient for weapon sway |= Description | unit...")
 
m (formatted return value)
Line 7: Line 7:
|p1= unit: [[Object]] |= PARAMETER1  
|p1= unit: [[Object]] |= PARAMETER1  
|p2= coef: [[Number]] |= PARAMETER2
|p2= coef: [[Number]] |= PARAMETER2
|  |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  
|x1= <code>player '''setCustomAimCoef''' 1;
|x1= <code>player '''setCustomAimCoef''' 1;
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  

Revision as of 19:30, 25 January 2017


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

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

Bottom Section