camSetDive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{ ?warning" to "{{Warning")
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)]]" to "{{GameCategory|arma1|Scripting Commands}}")
Line 2: Line 2:
[[Category:Scripting Commands OFP 1.96|CAMSETDIVE]]
[[Category:Scripting Commands OFP 1.96|CAMSETDIVE]]
[[Category:Scripting Commands OFP 1.46|CAMSETDIVE]]
[[Category:Scripting Commands OFP 1.46|CAMSETDIVE]]
[[Category:Scripting Commands Armed Assault|CAMSETDIVE]]
{{GameCategory|arma1|Scripting Commands}}


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

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