camSetDive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (moved command to template)
Line 4: Line 4:
[[Category:Scripting Commands ArmA|CAMSETDIVE]]
[[Category:Scripting Commands ArmA|CAMSETDIVE]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''''camera'' camSetDive ''dive'''''</h2>
| ofp |= Game name


| 1.0 |= Game version
____________________________________________________________________________________________


'''Operand types:'''
| Set '''camera''' '''dive''' angle.


'''camera:''' [[Object]]
Does not commit changes. |= Description
____________________________________________________________________________________________


'''dive:''' [[Number]]
| '''''camera'' camSetDive ''dive''''' |= Syntax


'''Type of returned value:'''
|p1 = camera: [[Object]]


[[Nothing]]
|p2 = dive: [[Number]]


'''Description:'''
| [[Nothing]]
|= Return value
____________________________________________________________________________________________
|x1 = </code> _camera '''camSetDive''' -0.1</code>
|  |= See also


Set '''camera''' '''dive''' angle.
}}


Does not commit changes.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>
 
_camera '''camSetDive''' -0.1

Revision as of 19:56, 7 August 2006


Hover & click on the images for description

Description

Description:
Set camera dive angle. Does not commit changes.
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:
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

Bottom Section