setCamShakeParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Example values must be changed !)
 
No edit summary
Line 34: Line 34:
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
*setCamShakeParams [1,1,1,1,true];


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 14:10, 17 April 2011

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