setCamShakeParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 40: Line 40:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Revision as of 12:29, 2 November 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