camSetFocus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Camera Control |GROUP1= ")
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


|arma|Game name=
|game1= ofpe
|version1= 1.00


|1.00|Game version=
|game2= arma1
|version2= 1.00


|gr1 = Camera Control |GROUP1=
|game3= arma2
|version3= 1.00


|game4= arma2oa
|version4= 1.50


____________________________________________________________________________________________
|game5= tkoh
|version5= 1.00


| Sets camera focus range in format [distance, blur]. blur param - sets the camera focus blur. It does not automatically commit changes (see [[camCommit]]). Use [-1, -1] to disable focus completely. |DESCRIPTION=
|game6= arma3
____________________________________________________________________________________________
|version6= 0.50


| camera '''camSetFocus''' focusRange |SYNTAX=
|gr1= Camera Control


|p1= camera: [[Object]] |PARAMETER1=
|descr= Sets camera focus range in format [distance, blur]. blur param - sets the camera focus blur. It does not automatically commit changes (see [[camCommit]]). Use [-1, -1] to disable focus completely.


|p2= focusRange: [[Array]] |PARAMETER2=
|s1= camera [[camSetFocus]] focusRange


| [[Nothing]] |RETURNVALUE=
|p1= camera: [[Object]]
____________________________________________________________________________________________
 
|x1= <code>_camera [[camSetFocus]] [50, 1];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[camCreate]], [[camCommand]], [[camDestroy]], [[camCommit]], [[camPrepareFocus]] |SEEALSO=
|p2= focusRange: [[Array]]


}}
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>_camera camSetFocus [50, 1];</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[camCreate]] [[camCommand]] [[camDestroy]] [[camCommit]] [[camPrepareFocus]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|CAMSETFOCUS]]
[[Category:Scripting Commands OFP Elite |CAMSETFOCUS]]
[[Category:Scripting Commands Armed Assault|CAMSETFOCUS]]
[[Category:Command Group: Camera Control|CAMSETFOCUS]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:23, 5 May 2022

Hover & click on the images for description

Description

Description:
Sets camera focus range in format [distance, blur]. blur param - sets the camera focus blur. It does not automatically commit changes (see camCommit). Use [-1, -1] to disable focus completely.
Groups:
Camera Control

Syntax

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

Examples

Example 1:
_camera camSetFocus [50, 1];

Additional Information

See also:
camCreate camCommand camDestroy camCommit 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