camSetDive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 4: Line 4:
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma1|Scripting Commands}}


{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|1.00|Game version=
|1.00


|gr1= Broken Commands |GROUP1=
|gr1= Broken Commands
|gr2= Camera Control |GROUP2=
|gr2= Camera Control


| 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'''!}}


| camera '''camSetDive''' dive |SYNTAX=
| camera '''camSetDive''' dive


|p1 = camera: [[Object]]
|p1 = camera: [[Object]]
Line 22: Line 22:
|p2 = dive: [[Number]]
|p2 = dive: [[Number]]


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


}}
}}

Revision as of 01:04, 18 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