addCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |Game name=
|game1= arma2oa
|version1= 1.50


|1.51|Game version=
|game2= tkoh
|version2= 1.00


|gr1 = Camera Control |GROUP1=
|game3= arma3
|version3= 0.50


|gr1= Camera Control


|eff= local


|eff= local|Multiplayer Effects=
|descr= Creates the camera shaking effect, like when you are near an explosion
____________________________________________________________________________________________


| Creates the camera shaking effect, like when you are near an explosion |DESCRIPTION=
|s1= [[addCamShake]]  [power, duration, frequency]
____________________________________________________________________________________________


| '''addCamShake''' [power, duration, frequency] |SYNTAX=
|p1= power: [[Number]] - strength of shake (camera movement), practical range is 0 to 20


|p1= power: [[Number]] - Strength of shake, practical range is 0 to 20 (how strong the camera movement will be).  |PARAMETER1=
|p2= duration: [[Number]] - duration in seconds divided by 2
|p2= duration: [[Number]] - Duration in seconds (how long the effect will last) |PARAMETER2=
|p3= frequency: [[Number]] - Frequency of shake, practical range is 0 to 100 (how will be the rhythm). |PARAMETER3=


| [[Nothing]] |RETURNVALUE=
|p3= frequency: [[Number]] - frequency of shake, practical range is 0 to 100
____________________________________________________________________________________________
 
|x1= <code>[[addCamShake]] [10, 1, 25];</code> |EXAMPLE1=


|x2= <code>[[enableCamShake]] [[true]];
|r1= [[Nothing]]
[[addCamShake]] [5, 5, 25];</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[enableCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |SEEALSO=
|x1= <sqf>addCamShake [10, 2, 25]; // Shakes the camera for 1 second</sqf>


|x2= <sqf>enableCamShake true;
addCamShake [5, 5, 25];</sqf>
|seealso= [[enableCamShake]] [[setCamShakeDefParams]] [[setCamShakeParams]] [[resetCamShake]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 16:49, 8 November 2023

Hover & click on the images for description

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:
enableCamShake true; addCamShake [5, 5, 25];

Additional Information

See also:
enableCamShake setCamShakeDefParams setCamShakeParams resetCamShake

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