setCamShakeParams

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Set camera shake parameters.
Groups:
Uncategorised

Syntax

Syntax:
setCamShakeParams [posCoef, rotXCoef, rotYCoef, rotZCoef, interp]
Parameters:
posCoef: Number
rotXCoef: Number
rotYCoef: Number
rotZCoef: Number
interp: Number
Return Value:
Nothing

Examples

Example 1:
setCamShakeParams [1, 1, 1, 1, 1];

Additional Information

See also:
See also needed

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

  • setCamShakeParams [1,1,1,1,true];

Bottom Section