addCamShake: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
Lou Montana (talk | contribs) m (Text replacement - "\] +\[" to "] [") |
||
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= [[addCamShake]] | |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 11:46, 5 May 2024
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:
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