lookAt: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (reset arma ver / fixed examples / desc)
m (Fixed syntax)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Control what the unit is looking at (target or position) (format [[Position]]) |= Description
| Control what the unit is looking at (target or position). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit(s) '''lookAt''' position |= Syntax
| unit(s) '''lookAt''' position |= Syntax


|p1= unit(s): [[Object]] |= Parameter 1
|p1= unit(s): [[Object]] or [[Array]] |= Parameter 1


|p2= position: [[Object]] |= Parameter 2
|p2= position: [[Position]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
|s2= unit(s) '''lookAt''' target |= Syntax 2
|p21= unit: [[Object]] or [[Array]] |= Parameter 1
|p22= target: [[Object]] |= Parameter 2
|r2= [[Nothing]] |= Return value 2
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1= <code> someSoldier '''lookAt''' otherSoldier </code> |=Example 1
|x1= <code> someSoldier '''lookAt''' otherSoldier </code> |=Example 1
|x2= <code> otherSoldier '''lookAt''' [[getMarkerPos]] "markerOne" </code> |=Example 2
|x2= <code> otherSoldier '''lookAt''' [[markerPos]] "markerOne" </code> |=Example 2
|  |= See also
|  |= See also



Revision as of 09:33, 27 October 2006

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

Description

Description:
Control what the unit is looking at (target or position).
Groups:
Uncategorised

Syntax

Syntax:
unit(s) lookAt position
Parameters:
unit(s): Object or Array
position: Position
Return Value:
Nothing

Alternative Syntax

Syntax:
unit(s) lookAt target
Parameters:
unit: Object or Array
target: Object
Return Value:
Nothing

Examples

Example 1:
someSoldier lookAt otherSoldier
Example 2:
otherSoldier lookAt markerPos "markerOne"

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