addCamShake: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") |
||
Line 16: | Line 16: | ||
|descr= Creates the camera shaking effect, like when you are near an explosion | |descr= Creates the camera shaking effect, like when you are near an explosion | ||
|s1= | |s1= [[addCamShake]] [power, duration, frequency] | ||
|p1= power: [[Number]] - Strength of shake (camera movement), practical range is 0 to 20 | |p1= power: [[Number]] - Strength of shake (camera movement), practical range is 0 to 20 |
Revision as of 16:44, 12 June 2021
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
- frequency: Number - Frequency of shake, practical range is 0 to 100
- Return Value:
- Nothing
Examples
- Example 1:
addCamShake [10, 1, 25];
- Example 2:
enableCamShake true; addCamShake [5, 5, 25];
Additional Information
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