setUnitRecoilCoefficient: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma2oa |= Game name |1.61|= Game version __________________...")
 
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| object '''setUnitRecoilCoefficient''' coefficient |= Syntax
| unitName '''setUnitRecoilCoefficient''' coefficient |= Syntax


|p1= object: [[Object]] |= Parameter 1
|p1= unitName: [[Object]] |= Parameter 1
|p2= coefficient: [[Number]] |= Parameter 2
|p2= coefficient: [[Number]] |= Parameter 2



Revision as of 17:19, 4 June 2012

Hover & click on the images for description

Description

Description:
Sets recoil multiplier for unit.
Groups:
Uncategorised

Syntax

Syntax:
unitName setUnitRecoilCoefficient coefficient
Parameters:
unitName: Object
coefficient: Number
Return Value:
Nothing

Examples

Example 1:
player setUnitRecoilCoefficient 10

Additional Information

See also:
unitRecoilCoefficient

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

Notes

Bottom Section