setCameraInterest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETCAMERAINTEREST]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |SETCAMERAINTEREST]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SETCAMERAINTEREST]]


| arma |= Game name


<h2 style="color:#000066">'''''entity'' setCameraInterest ''interest'''''</h2>
|2.57|= Game version
____________________________________________________________________________________________


| Set camera interest for given entity. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| entity '''setCameraInterest''' interest |= Syntax


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


'''interest:''' [[Number]]
|p2= interest: [[Number]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_soldier setCameraInterest 50</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 2.57 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Set camera interest for given entity.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SETCAMERAINTEREST]]
 
[[Category:Scripting Commands OFP Elite |SETCAMERAINTEREST]]
'''Example:'''
[[Category:Scripting Commands ArmA|SETCAMERAINTEREST]]
 
_soldier '''setCameraInterest''' 50

Revision as of 00:07, 2 August 2006

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

Description

Description:
Set camera interest for given entity.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_soldier setCameraInterest 50

Additional Information

See also:
See also needed

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