enableCamShake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 8: Line 8:


| Allows camera shake effects via [[addCamShake]]. If set to [[false]], then a currently active shake effect will stop immediately.
| 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. |= Description
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=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''enableCamShake''' value |= Syntax
| '''enableCamShake''' value |SYNTAX=


|p1= value: [[Boolean]] - If [[true]], then shake effects are visible |= Parameter 1
|p1= value: [[Boolean]] - If [[true]], then shake effects are visible |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[enableCamShake]] [[false]];</code> |= Example 1
|x1= <code>[[enableCamShake]] [[false]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |= See also
| [[addCamShake]], [[setCamShakeDefParams]], [[setCamShakeParams]], [[resetCamShake]] |SEEALSO=


}}
}}

Revision as of 15:38, 7 April 2019

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:
Uncategorised

Syntax

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

Examples

Example 1:
enableCamShake false;

Additional Information

See also:
addCamShakesetCamShakeDefParamssetCamShakeParamsresetCamShake

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