enableCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2")
 
(27 intermediate revisions by 2 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


| Allows camera shake effects via [[addCamShake]]. If set to [[false]], then a currently active shake effect will stop immediately.
|game3= arma3
By default, shake effects are enabled, but once they have been disabled by this command, they will have to be enabled first, in order to be visible. |DESCRIPTION=
|version3= 0.50
____________________________________________________________________________________________


| '''enableCamShake''' value |SYNTAX=
|eff= local


|p1= value: [[Boolean]] - If [[true]], then shake effects are visible |PARAMETER1=
|gr1= Camera Control


| [[Nothing]] |RETURNVALUE=
|descr= Allows camera shake effects via [[addCamShake]]. If set to [[false]], then a currently active shake effect will stop immediately.
____________________________________________________________________________________________
By default, shake effects are enabled, but once they have been disabled by this command, they will have to be enabled first, in order to be visible.
 
|x1= <code>[[enableCamShake]] [[false]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[addCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |SEEALSO=
|s1= [[enableCamShake]] value


}}
|p1= value: [[Boolean]] - if [[true]], shake effects are visible


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>enableCamShake false;</sqf>


[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
|seealso= [[addCamShake]] [[setCamShakeDefParams]] [[setCamShakeParams]] [[resetCamShake]]
[[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}}}}]]
[[Category:Command Group: Camera Control|enableCamShake]]

Latest revision as of 16:33, 8 November 2023

Hover & click on the images for description

Description

Description:
Allows camera shake effects via addCamShake. If set to false, then a currently active shake effect will stop immediately. By default, shake effects are enabled, but once they have been disabled by this command, they will have to be enabled first, in order to be visible.
Groups:
Camera Control

Syntax

Syntax:
enableCamShake value
Parameters:
value: Boolean - if true, shake effects are visible
Return Value:
Nothing

Examples

Example 1:
enableCamShake false;

Additional Information

See also:
addCamShake 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