camSetFocus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(added see also to camPrepareFocus)
(updated)
Line 39: Line 39:
[[Category:Scripting Commands ArmA|CAMSETFOCUS]]
[[Category:Scripting Commands ArmA|CAMSETFOCUS]]
[[Category:Command Group: Camera Control|CAMSETFOCUS]]
[[Category:Command Group: Camera Control|CAMSETFOCUS]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Revision as of 16:49, 3 June 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

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

Syntax

Syntax:
camera camSetFocus focusRange
Parameters:
camera: Object
focusRange: Array
Return Value:
Nothing

Examples

Example 1:
_camera camSetFocus [50, 1]

Additional Information

See also:
camPrepareFocus

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