camSetBank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands OFP 1.46|CAMSETBANK]]
[[Category:Scripting Commands OFP 1.46|CAMSETBANK]]
[[Category:Scripting Commands Armed Assault|CAMSETBANK]]
[[Category:Scripting Commands Armed Assault|CAMSETBANK]]
[[Category:Command Group: Camera Control|CAMSETBANK]]


{{Command|Comments=
{{Command|Comments=
Line 11: Line 10:


|1.00|Game version=
|1.00|Game version=
|gr1= Broken Commands |=GROUP1
|gr2= Camera Control |=GROUP2
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 46: Line 48:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Broken Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 17:22, 15 September 2020


Hover & click on the images for description

Description

Description:
Sets camera bank angle. Does not commit changes.

This command is non-functional!
Groups:
Broken CommandsCamera Control

Syntax

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

Examples

Example 1:
_camera camSetBank -0.1

Additional Information

See also:
camSetDivesetVectorUpfn vbs setPitchBank (VBS2)

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

Posted on Apr 15, 2010
Kronzky
Command is non-functional.
Instead, use fn vbs setPitchBank in VBS2, or setVectorUp or this user function in Arma.

Bottom Section