addCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 11: Line 10:


|eff= local|Multiplayer Effects=
|eff= local|Multiplayer Effects=
____________________________________________________________________________________________


| Creates the camera shaking effect, like when you are near an explosion |DESCRIPTION=
| Creates the camera shaking effect, like when you are near an explosion |DESCRIPTION=
____________________________________________________________________________________________


| '''addCamShake''' [power, duration, frequency] |SYNTAX=
| '''addCamShake''' [power, duration, frequency] |SYNTAX=
Line 23: Line 20:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>[[addCamShake]] [10, 1, 25];</code> |EXAMPLE1=
|x1= <code>[[addCamShake]] [10, 1, 25];</code> |EXAMPLE1=
Line 29: Line 25:
|x2= <code>[[enableCamShake]] [[true]];
|x2= <code>[[enableCamShake]] [[true]];
[[addCamShake]] [5, 5, 25];</code> |EXAMPLE2=
[[addCamShake]] [5, 5, 25];</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |SEEALSO=
| [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |SEEALSO=

Revision as of 01:07, 17 January 2021

Hover & click on the images for description

Description

Description:
Creates the camera shaking effect, like when you are near an explosion
Groups:
Camera Control

Syntax

Syntax:
addCamShake [power, duration, frequency]
Parameters:
power: Number - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be).
duration: Number - Duration in seconds (how long the effect will last)
frequency: Number - Frequency of shake, practical range is 0 to 100 (how will be the rhythm).
Return Value:
Nothing

Examples

Example 1:
addCamShake [10, 1, 25];
Example 2:
enableCamShake true; addCamShake [5, 5, 25];

Additional Information

See also:
enableCamShakesetCamShakeDefParamssetCamShakeParamsresetCamShake

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