camSetBank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ category)
mNo edit summary
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''''camera'' camSetBank ''bank''''' |= Syntax
| camera '''camSetBank''' bank |= Syntax


|p1 = camera: [[Object]]
|p1 = camera: [[Object]]

Revision as of 16:32, 5 February 2009


Hover & click on the images for description

Description

Description:
Set camera bank angle. Does not commit changes.
Groups:
Uncategorised

Syntax

Syntax:
camera camSetBank bank
Parameters:
camera: Object
bank: Number
Return Value:
Nothing

Examples

Example 1:
_camera camSetBank -0.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

Does not do anything

Bottom Section