addCamShake

From Bohemia Interactive Community
Revision as of 03:15, 15 September 2014 by Ffur2007slx2 5 (talk | contribs) (addCamShake)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

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

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