camSetFocus: Difference between revisions
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]] | ||
<h2 style="color:#000066">'''''camera'' camSetFocus ''focusRange'''''</h2> | |||
'''Operand types:''' | |||
'''camera:''' [[Object]] | |||
''' | '''focusRange:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[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] |