setCameraInterest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "<code>([a-zA-Z0-9_]+) +\[\[([a-zA-Z0-9_]+)\]\] +([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(30 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


| Set camera interest for given entity. Camera interest is by default 0. Any unit which is speaking has its camera interest raised to 50. Camera interest is used to focus camera to control depth of field in cutscenes. Combination of camera interest, unit position of the screen, unit movement, unit type, and some other properties is used to determine which unit to focus at. Higher camera interest increases the chance of the unit being focused.|DESCRIPTION=
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| entity [[setCameraInterest]] interest |SYNTAX=
|game4= arma2oa
|version4= 1.50


|p1= entity: [[Object]] |PARAMETER1=  
|game5= tkoh
|p2= interest: [[Number]] |PARAMETER2=  
|version5= 1.00


| [[Nothing]] |RETURNVALUE=
|game6= arma3
____________________________________________________________________________________________
|version6= 0.50
 
|x1= <code>_soldier [[setCameraInterest]] 50;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[cameraInterest]] |SEEALSO=
|gr1= Camera Control


}}
|descr= Set camera interest for given entity. Camera interest is by default 0. Any unit which is speaking has its camera interest raised to 50. Camera interest is used to focus camera to control depth of field in cutscenes. Combination of camera interest, unit position of the screen, unit movement, unit type, and some other properties is used to determine which unit to focus at. Higher camera interest increases the chance of the unit being focused.
 
|s1= entity [[setCameraInterest]] interest
 
|p1= entity: [[Object]]
|p2= interest: [[Number]]


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


<!-- Note Section END -->
|x1= <sqf>_soldier setCameraInterest 50;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[cameraInterest]]
[[Category:Scripting Commands|SETCAMERAINTEREST]]
}}
[[Category:Scripting Commands OFP Elite |SETCAMERAINTEREST]]
[[Category:Scripting Commands ArmA|SETCAMERAINTEREST]]
[[Category:Command Group: Camera Control|SETCAMERAINTEREST]]
[[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:25, 5 May 2022

Hover & click on the images for description

Description

Description:
Set camera interest for given entity. Camera interest is by default 0. Any unit which is speaking has its camera interest raised to 50. Camera interest is used to focus camera to control depth of field in cutscenes. Combination of camera interest, unit position of the screen, unit movement, unit type, and some other properties is used to determine which unit to focus at. Higher camera interest increases the chance of the unit being focused.
Groups:
Camera Control

Syntax

Syntax:
entity setCameraInterest interest
Parameters:
entity: Object
interest: Number
Return Value:
Nothing

Examples

Example 1:
_soldier setCameraInterest 50;

Additional Information

See also:
cameraInterest

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