camSetFovRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|C]]
[[Category:Scripting Commands|CAMSETFOVRANGE]]
[[Category:Scripting Commands OFP 1.97|C]]
[[Category:Scripting Commands OFP 1.97|CAMSETFOVRANGE]]
[[Category:Scripting Commands OFP 1.46|C]]
[[Category:Scripting Commands OFP 1.46|CAMSETFOVRANGE]]
[[Category:Scripting Commands ArmA|C]]
[[Category:Scripting Commands ArmA|CAMSETFOVRANGE]]





Revision as of 14:28, 4 May 2006


camera camSetFovRange fovRange


Operand types:

camera: Object

fovRange: Array

Type of returned value:

Nothing

Description:

Set camera field of view range for auto zooming.

Does not commit changes.


Example:

_camera camSetFovRange [0.1, 0.5]