camSetBank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Reverted edits by Hardrock (Talk); changed back to last version by Planck)
Line 1: Line 1:
{{Command|= Comments
[[Category:Scripting Commands|CAMSETBANK]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.96|CAMSETBANK]]
[[Category:Scripting Commands OFP 1.46|CAMSETBANK]]
[[Category:Scripting Commands ArmA|CAMSETBANK]]
 
 
<h2 style="color:#000066">'''''camera'' camSetBank ''bank'''''</h2>
 


|  |= Game name
'''Operand types:'''


||= Game version
'''camera:''' [[Object]]
____________________________________________________________________________________________


|  |= Description
'''bank:''' [[Number]]
____________________________________________________________________________________________


| '''camSetBank''' |= Syntax
'''Type of returned value:'''


|  |= Return value
[[Nothing]]
____________________________________________________________________________________________


|  |= See also
'''Description:'''


}}
Set '''camera''' '''bank''' angle.


<h3 style="display:none">Notes</h3>
Does not commit changes.
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
'''Example:'''
Old Notes (temporary):
 
_camera '''camSetBank''' -0.1
 
 
'''Comments:'''


Does not do anything
Does not do anything
[[Category:Scripting Commands|CAMSETBANK]]
[[Category:Scripting Commands OFP 1.96|CAMSETBANK]]
[[Category:Scripting Commands OFP 1.46|CAMSETBANK]]
[[Category:Scripting Commands ArmA|CAMSETBANK]]

Revision as of 23:33, 1 August 2006


camera camSetBank bank


Operand types:

camera: Object

bank: Number

Type of returned value:

Nothing

Description:

Set camera bank angle.

Does not commit changes.


Example:

_camera camSetBank -0.1


Comments:

Does not do anything