camSetBank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Hardrock (Talk); changed back to last version by Planck)
m (moved to template)
Line 4: Line 4:
[[Category:Scripting Commands ArmA|CAMSETBANK]]
[[Category:Scripting Commands ArmA|CAMSETBANK]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''''camera'' camSetBank ''bank'''''</h2>
| ofp |= Game name


| 1.0|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| Set '''camera''' '''bank''' angle.


'''camera:''' [[Object]]
Does not commit changes. |= Description
____________________________________________________________________________________________


'''bank:''' [[Number]]
| '''''camera'' camSetBank ''bank''''' |= Syntax


'''Type of returned value:'''
|p1 = camera: [[Object]]


[[Nothing]]
|p2 = bank: [[Number]]


'''Description:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
|x1 = <code>_camera '''camSetBank''' -0.1 </code>


Set '''camera''' '''bank''' angle.
|  |= See also


Does not commit changes.
}}
 
 
'''Example:'''
 
_camera '''camSetBank''' -0.1


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
Does not do anything
<!-- Note Section END -->
</dl>


'''Comments:'''
<h3 style="display:none">Bottom Section</h3>
 
Does not do anything

Revision as of 20:00, 7 August 2006


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