resetCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatting)
m (Some wiki formatting)
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:


|game1= arma2oa
|game1= arma2oa
 
|version1= 1.50
|version1= 1.51


|game2= tkoh
|game2= tkoh
|version2= 1.00
|version2= 1.00


|game3= arma3
|game3= arma3
|version3= 0.50
|version3= 0.50


|gr1= Camera Control
|gr1= Camera Control
|eff= local


|descr= Stops any ongoing camera shake effects. Does not prevent new effects from being created. To disallow new effects altogether, [[enableCamShake]] should be used.
|descr= Stops any ongoing camera shake effects. Does not prevent new effects from being created. To disallow new effects altogether, [[enableCamShake]] should be used.


|s1= '''resetCamShake'''
|s1= [[resetCamShake]]


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>'''resetCamShake'''; </code>
|x1= <sqf>resetCamShake;</sqf>


|seealso= [[enableCamShake]], [[addCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]]
|seealso= [[enableCamShake]] [[addCamShake]] [[setCamShakeDefParams]] [[setCamShakeParams]]
}}
}}

Latest revision as of 14:55, 22 May 2022

Hover & click on the images for description

Description

Description:
Stops any ongoing camera shake effects. Does not prevent new effects from being created. To disallow new effects altogether, enableCamShake should be used.
Groups:
Camera Control

Syntax

Syntax:
resetCamShake
Return Value:
Nothing

Examples

Example 1:
resetCamShake;

Additional Information

See also:
enableCamShake addCamShake setCamShakeDefParams setCamShakeParams

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