setCamShakeDefParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= |x2=" to "|Example1= |x2=") |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on December ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-12-0$1") |
||
(34 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa | | |game1= arma2oa | ||
|version1= 1.50 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |game3= arma3 | ||
|version3= 0.50 | |||
| | |gr1= Camera Control | ||
| | |eff= local | ||
| | |descr= Sets camera shake default parameters. | ||
| | |s1= [[setCamShakeDefParams]] [power, duration, frequency, minSpeed, minMass, caliberCoefHit, vehicleCoef] | ||
| [[ | |p1= power: [[Number]] | ||
| | |p2= duration: [[Number]] | ||
| | |p3= frequency: [[Number]] | ||
| [[ | |p4= minSpeed: [[Number]] | ||
|p5= minMass: [[Number]] | |||
|p6= caliberCoefHit: [[Number]] | |||
|p7= vehicleCoef: [[Number]] | |||
|r1= [[Nothing]] | |||
< | |x1= <sqf>setCamShakeDefParams [1, 2, 3, 4, 5, .5, .5];</sqf> | ||
</ | |||
< | |x2= <sqf>setCamShakeDefParams [100, 10, 10, 4, 5, 1, 1];</sqf> | ||
[[ | |seealso= [[enableCamShake]] [[addCamShake]] [[setCamShakeParams]] [[resetCamShake]] | ||
[[ | }} | ||
[[ | |||
[[ | |||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on | |||
<dt></dt> | |||
<dd class="notedate">Posted on 2014-12-01 - 03:35 (UTC)</dd> | |||
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt> | <dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
Does not appear to have an effect in Arma 3. | |||
</dd> | </dd> | ||
</dl> | </dl> | ||
Latest revision as of 23:13, 13 May 2023
Description
- Description:
- Sets camera shake default parameters.
- Groups:
- Camera Control
Syntax
- Syntax:
- setCamShakeDefParams [power, duration, frequency, minSpeed, minMass, caliberCoefHit, vehicleCoef]
- Parameters:
- power: Number
- duration: Number
- frequency: Number
- minSpeed: Number
- minMass: Number
- caliberCoefHit: Number
- vehicleCoef: Number
- Return Value:
- Nothing
Examples
- Example 1:
- setCamShakeDefParams [1, 2, 3, 4, 5, .5, .5];
- Example 2:
- setCamShakeDefParams [100, 10, 10, 4, 5, 1, 1];
Additional Information
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 2014-12-01 - 03:35 (UTC)
- Waffle SS.
- Does not appear to have an effect in Arma 3.