camSetBank: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(non-functional)
Line 35: Line 35:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
Does not do anything
 
<dd class="notedate">Posted on Apr 15, 2010</dd>
<dt class="note">'''[[User:Kronzky|Kronzky]]'''</dt>
<dd class="note">Command is non-functional.<br>Use [[fn vbs setPitchBank (VBS2)|fn vbs setPitchBank]] in VBS2, or [[setVectorUp]] or [http://forums.bistudio.com/showthread.php?t=67384  this user function] in Arma.</dd>
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 18:30, 15 April 2010


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

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

Bottom Section