addCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| addCamShake[power, duration, frequency] |= Syntax
| '''addCamShake''' [power, duration, frequency] |= Syntax


|p1= power: [[Number]] - how strong the camera movement will be |= Parameter 1
|p1= power: [[Number]] - how strong the camera movement will be |= Parameter 1

Revision as of 21:32, 21 September 2010

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 - how strong the camera movement will be
duration: Number - how long the effect will last
frequency: Number - how will be the rhythm
Return Value:
Nothing

Examples

Example 1:
addCamShake [0.01, 3, 2]

Additional Information

See also:
setCamShakeDefParamssetCamShakeParams

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