addCamShake: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
| '''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]] - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be). |= Parameter 1 | ||
|p2= duration: [[Number]] - how long the effect will last |= Parameter 2 | |p2= duration: [[Number]] - Duration in seconds (how long the effect will last) |= Parameter 2 | ||
|p3= frequency: [[Number]] - 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]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>[[addCamShake]] [10, 1, 25];</code> |= Example 1 | ||
|x2= <code>[[addCamShake]] [5, 5, 25];</code> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]] |= See also | | [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |= See also | ||
}} | }} |
Revision as of 01:12, 23 August 2013
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:
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: Uncategorised
- ArmA 2 OA: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters