setUnitRecoilCoefficient: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on March ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-03-$1") |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2oa | |game1= arma2oa | ||
|1.62 | |version1= 1.62 | ||
|game2= tkoh | |game2= tkoh | ||
Line 14: | Line 14: | ||
|descr= Proportionaly increase/decrease unit's recoil. Drives muzzle up with every shot when supplied positive number and down when negative. 0 cancels recoil. | |descr= Proportionaly increase/decrease unit's recoil. Drives muzzle up with every shot when supplied positive number and down when negative. 0 cancels recoil. | ||
|s1= | |s1= unitName [[setUnitRecoilCoefficient]] coefficient | ||
|p1= unitName: [[Object]] | |p1= unitName: [[Object]] | ||
|p2= coefficient: [[Number]] | |p2= coefficient: [[Number]] | ||
|r1=[[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>player setUnitRecoilCoefficient 10;</sqf> | ||
|seealso= [[unitRecoilCoefficient]] | |seealso= [[unitRecoilCoefficient]] | ||
}} | }} | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | <dt></dt> | ||
<dd class="notedate">Posted on | <dd class="notedate">Posted on 2015-03-28 - 11:50 (UTC)</dd> | ||
<dt class="note">[[User:Benargee|Benargee]]</dt> | <dt class="note">[[User:Benargee|Benargee]]</dt> | ||
<dd class="note"> | <dd class="note"> |
Latest revision as of 23:06, 13 May 2023
Description
- Description:
- Proportionaly increase/decrease unit's recoil. Drives muzzle up with every shot when supplied positive number and down when negative. 0 cancels recoil.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- unitName setUnitRecoilCoefficient coefficient
- Parameters:
- unitName: Object
- coefficient: Number
- Return Value:
- Nothing
Examples
- Example 1:
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
- Posted on 2015-03-28 - 11:50 (UTC)
- Benargee
- Doesnt seem to work on AI or remote controlled units. Setting the value too high, positive or negative produces some interesting recoil animations.