setCamShakeParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(40 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.50


|1.51|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Set camera shake parameters. |= Description
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| '''setCamShakeParams''' [posCoef, rotXCoef, rotYCoef, rotZCoef, interp] |= Syntax
|gr1= Camera Control


|p1= posCoef: [[Number]] |=
|eff= local
|p2= rotXCoef: [[Number]] |=
|p3= rotYCoef: [[Number]] |=
|p4= rotZCoef: [[Number]] |=
|p5= interp: [[Number]] |=  


| [[Nothing]] |= Return value
|descr= Sets camera shake parameters. Will not have any effect until shake is started via [[addCamShake]].
____________________________________________________________________________________________


|x1= <code> '''setCamShakeParams''' [1, 1, 1, 1, 1]; </code> |=
|s1= [[setCamShakeParams]]  [posCoef, vertCoef, horzCoef, bankCoef, interpolation]
____________________________________________________________________________________________


| |= See also
|p1= posCoef: [[Number]] - strength of positional movement (how far the whole position can change in X,Y&Z). Should not be bigger than '''0.1''' to prevent the camera from moving into or behind the player


}}
|p2= vertCoef: [[Number]] - strength of vertical camera pan (up/down), practical range: 0..10
 
|p3= horzCoef: [[Number]] - strength of horizontal camera pan (left/right), practical range: 0..10
 
|p4= bankCoef: [[Number]] - strength of camera tilt/bank, practical range: 0..20


<h3 style="display:none">Notes</h3>
|p5= interpolation: [[Boolean]] - if [[true]], then transitions in the different shaking directions will be smoother
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>
*setCamShakeParams [1,1,1,1,true];


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>setCamShakeParams [0.1, 1, 1, 1, true];</sqf>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|seealso= [[setCamShakeDefParams]] [[addCamShake]] [[enableCamShake]] [[resetCamShake]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
}}
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Sets camera shake parameters. Will not have any effect until shake is started via addCamShake.
Groups:
Camera Control

Syntax

Syntax:
setCamShakeParams [posCoef, vertCoef, horzCoef, bankCoef, interpolation]
Parameters:
posCoef: Number - strength of positional movement (how far the whole position can change in X,Y&Z). Should not be bigger than 0.1 to prevent the camera from moving into or behind the player
vertCoef: Number - strength of vertical camera pan (up/down), practical range: 0..10
horzCoef: Number - strength of horizontal camera pan (left/right), practical range: 0..10
bankCoef: Number - strength of camera tilt/bank, practical range: 0..20
interpolation: Boolean - if true, then transitions in the different shaking directions will be smoother
Return Value:
Nothing

Examples

Example 1:
setCamShakeParams [0.1, 1, 1, 1, true];

Additional Information

See also:
setCamShakeDefParams addCamShake enableCamShake resetCamShake

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