camSetDive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed vbs from note and see also)
m (Text replacement - "_{10,} " to "")
Line 5: Line 5:


{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 13: Line 12:
|gr1= Broken Commands |GROUP1=
|gr1= Broken Commands |GROUP1=
|gr2= Camera Control |GROUP2=
|gr2= Camera Control |GROUP2=
____________________________________________________________________________________________


| Sets camera dive angle. Does not commit changes.  
| Sets camera dive angle. Does not commit changes.  
<br><br>{{Warning|This command is '''non-functional'''!}} |DESCRIPTION=
<br><br>{{Warning|This command is '''non-functional'''!}} |DESCRIPTION=
____________________________________________________________________________________________


| camera '''camSetDive''' dive |SYNTAX=
| camera '''camSetDive''' dive |SYNTAX=
Line 26: Line 23:


| [[Nothing]]|RETURNVALUE=
| [[Nothing]]|RETURNVALUE=
____________________________________________________________________________________________
|x1 = <code> _camera '''camSetDive''' -0.1</code>
|x1 = <code> _camera '''camSetDive''' -0.1</code>
| [[camSetBank]], [[setVectorUp]] |SEEALSO=
| [[camSetBank]], [[setVectorUp]] |SEEALSO=

Revision as of 01:24, 17 January 2021


Hover & click on the images for description

Description

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

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

Syntax

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

Examples

Example 1:
_camera camSetDive -0.1

Additional Information

See also:
camSetBanksetVectorUp

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 setVectorUp or this user function in Armed Assault.

Bottom Section