camSetFovRange

From Bohemia Interactive Community
Revision as of 14:28, 4 May 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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]