cameraInterest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset version to 1.00)
m (template:command argument fix)
(13 intermediate revisions by 8 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return camera interest for given entity. |= Description
| Return camera interest for given entity, as set by [[setCameraInterest]], or as autodetected.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= entity: [[Object]] |= Parameter 1
|p1= entity: [[Object]] |PARAMETER1=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
 
|x1= <code> camInterest = cameraInterest myUnit;
</code>|EXAMPLE1=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[setCameraInterest]] |SEEALSO=


}}
}}
Line 33: Line 36:
[[Category:Scripting Commands ArmA|CAMERAINTEREST]]
[[Category:Scripting Commands ArmA|CAMERAINTEREST]]
[[Category:Command Group: Camera Control|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