addCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>")
Line 28: Line 28:
|x1= <code>addCamShake [10, 2, 25]; // Shakes the camera for 1 second</code>
|x1= <code>addCamShake [10, 2, 25]; // Shakes the camera for 1 second</code>


|x2= <code>enableCamShake [[true]];
|x2= <code>enableCamShake true;
addCamShake [5, 5, 25];</code>
addCamShake [5, 5, 25];</code>


|seealso= [[enableCamShake]] [[setCamShakeDefParams]] [[setCamShakeParams]] [[resetCamShake]]
|seealso= [[enableCamShake]] [[setCamShakeDefParams]] [[setCamShakeParams]] [[resetCamShake]]
}}
}}

Revision as of 12:40, 12 May 2022

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 (camera movement), practical range is 0 to 20
duration: Number - Duration in seconds divided by 2
frequency: Number - Frequency of shake, practical range is 0 to 100
Return Value:
Nothing

Examples

Example 1:
addCamShake [10, 2, 25]; // Shakes the camera for 1 second
Example 2:
enableCamShake true; addCamShake [5, 5, 25];

Additional Information

See also:
enableCamShake setCamShakeDefParams setCamShakeParams 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