addCamShake: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2oa | | arma2oa | ||
|1.51 | |1.51 | ||
|gr1 = Camera Control | |gr1 = Camera Control | ||
Line 11: | Line 11: | ||
|eff= local|Multiplayer Effects= | |eff= local|Multiplayer Effects= | ||
| Creates the camera shaking effect, like when you are near an explosion | | Creates the camera shaking effect, like when you are near an explosion | ||
| '''addCamShake''' [power, duration, frequency] | | '''addCamShake''' [power, duration, frequency] | ||
|p1= power: [[Number]] - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be). | |p1= power: [[Number]] - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be). | ||
|p2= duration: [[Number]] - Duration in seconds (how long the effect will last) | |p2= duration: [[Number]] - Duration in seconds (how long the effect will last) | ||
|p3= frequency: [[Number]] - Frequency of shake, practical range is 0 to 100 (how will be the rhythm). | |p3= frequency: [[Number]] - Frequency of shake, practical range is 0 to 100 (how will be the rhythm). | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[addCamShake]] [10, 1, 25];</code> | |x1= <code>[[addCamShake]] [10, 1, 25];</code> | ||
|x2= <code>[[enableCamShake]] [[true]]; | |x2= <code>[[enableCamShake]] [[true]]; | ||
[[addCamShake]] [5, 5, 25];</code> | [[addCamShake]] [5, 5, 25];</code> | ||
| [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] | | [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] | ||
}} | }} |
Revision as of 00:02, 18 January 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, 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
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
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.51
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Camera Control
- Scripting Commands: Local Effect
- Arma 2: Operation Arrowhead: New Scripting Commands List
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands