camSetFocus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(36 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


| 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=
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| camera '''camSetFocus''' focusRange |SYNTAX=
|game4= arma2oa
|version4= 1.50


|p1= camera: [[Object]] |PARAMETER1=
|game5= tkoh
|version5= 1.00


|p2= focusRange: [[Array]] |PARAMETER2=
|game6= arma3
|version6= 0.50


| [[Nothing]] |RETURNVALUE=
|gr1= Camera Control
____________________________________________________________________________________________
 
|x1= <code>_camera [[camSetFocus]] [50, 1];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[camCreate]], [[camCommand]], [[camDestroy]], [[camCommit]], [[camPrepareFocus]] |SEEALSO=
|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.


}}
|s1= camera [[camSetFocus]] focusRange
 
|p1= camera: [[Object]]


<h3 style="display:none">Notes</h3>
|p2= focusRange: [[Array]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_camera camSetFocus [50, 1];</sqf>


[[Category:Scripting Commands|CAMSETFOCUS]]
|seealso= [[camCreate]] [[camCommand]] [[camDestroy]] [[camCommit]] [[camPrepareFocus]]
[[Category:Scripting Commands OFP Elite |CAMSETFOCUS]]
}}
[[Category:Scripting Commands ArmA|CAMSETFOCUS]]
[[Category:Command Group: Camera Control|CAMSETFOCUS]]
[[Category:Scripting Commands ArmA2|{{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