camSetFocus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|CAMSETFOCUS]]
[[Category:Scripting Commands ArmA|CAMSETFOCUS]]


<new command not populated>


<h2 style="color:#000066">'''''camera'' camSetFocus ''focusRange'''''</h2>


<h2 style="color:#000066">''''' camSetFocus '''''</h2>


'''Operand types:'''
'''camera:''' [[Object]]


'''Operand types:'''
'''focusRange:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''


'''Compatibility:'''
[[Nothing]]


'''Description:'''
'''Description:'''
'''focusRange''' is in format [distance,blur].
Sets the camera focus blur.
It does not automatically commit changes.




'''Example:'''
'''Example:'''
_camera '''camSetFocus''' [50, 1]

Revision as of 01:09, 6 July 2006


camera camSetFocus focusRange


Operand types:

camera: Object

focusRange: Array

Type of returned value:

Nothing

Description:

focusRange is in format [distance,blur].

Sets the camera focus blur.

It does not automatically commit changes.


Example:

_camera camSetFocus [50, 1]