camSetDive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
m (Text replacement - "\<dt class\=\"note\"\>\'\'\'\[\[(.*)\]\]\'\'\'" to "<dt class="note">$1")
Line 35: Line 35:


<dd class="notedate">Posted on Apr 15, 2010
<dd class="notedate">Posted on Apr 15, 2010
<dt class="note">'''[[User:Kronzky|Kronzky]]'''
<dt class="note">[[User:Kronzky|Kronzky]]
<dd class="note">Command is non-functional.<br>Instead, 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 class="note">Command is non-functional.<br>Instead, 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.
<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 16:35, 17 May 2020


Hover & click on the images for description

Description

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

This command is non-functional!
Groups:
Uncategorised

Syntax

Syntax:
camera camSetDive dive
Parameters:
camera: Object
dive: Number
Return Value:
Nothing

Examples

Example 1:
_camera camSetDive -0.1

Additional Information

See also:
camSetBanksetVectorUpfn 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