addCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 83847 by Ffur2007slx2 5 on 2014-09-15T01:15:47Z)
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


|p1= power: [[Number]] - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be).  |= Parameter 1
|p1= power: [[Number]] - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be).  |= Parameter 1
Line 18: Line 18:
|p3= frequency: [[Number]] - Frequency of shake, practical range is 0 to 100 (how will be the rhythm). |= Parameter 3
|p3= frequency: [[Number]] - Frequency of shake, practical range is 0 to 100 (how will be the rhythm). |= Parameter 3


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 27: Line 27:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 12:24, 7 April 2019

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