cameraInterest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(17 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|CAMERAINTEREST]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|CAMERAINTEREST]]
____________________________________________________________________________________________
 
| arma |= Game name


|1.00|= Game version
____________________________________________________________________________________________


<h2 style="color:#000066">''''' cameraInterest ''entity'''''</h2>
| Return camera interest for given entity, as set by [[setCameraInterest]], or as autodetected.|DESCRIPTION=
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''cameraInterest''' entity |SYNTAX=


'''Operand types:'''
|p1= entity: [[Object]] |PARAMETER1=


'''entity:''' [[Object]]
| [[Number]] |RETURNVALUE=


|x1= <code> camInterest = cameraInterest myUnit;
</code>|EXAMPLE1=
____________________________________________________________________________________________


'''Type of returned value:'''
| [[setCameraInterest]] |SEEALSO=


[[Number]]
}}


'''Compatibility:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Version 2.53 required.
<!-- Note Section END -->
</dl>


'''Description:'''
<h3 style="display:none">Bottom Section</h3>


Return camera interest for given entity.
[[Category:Scripting Commands|CAMERAINTEREST]]
[[Category:Scripting Commands ArmA|CAMERAINTEREST]]
[[Category:Command Group: Camera Control|CAMERAINTEREST]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:34, 7 April 2019

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

Description

Description:
Return camera interest for given entity, as set by setCameraInterest, or as autodetected.
Groups:
Uncategorised

Syntax

Syntax:
Number = cameraInterest entity
Parameters:
entity: Object
Return Value:
Number

Examples

Example 1:
camInterest = cameraInterest myUnit;

Additional Information

See also:
setCameraInterest

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