lookAt: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit(s) '''lookAt''' position |= Syntax
| [[Object#Unit(s)|Unit(s)]] '''lookAt''' [[Position]] |= Syntax
 
|p1= unit(s): [[Object]] or [[Array]] |= Parameter 1
 
|p2= position: [[Position]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|s2= unit(s) '''lookAt''' target |= Syntax 2
|s2= [[Object#Unit(s)|Unit(s)]] '''lookAt''' [[Object]] |= Syntax 2
 
|p21= unit: [[Object]] or [[Array]] |= Parameter 1
 
|p22= target: [[Object]] |= Parameter 2


|r2= [[Nothing]] |= Return value 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''' [[markerPos]] "markerOne" </code> |=Example 2
|x2= <code> _otherSoldier '''lookAt''' [[markerPos]] "markerOne" </code> |=Example 2
|  |= See also
|  |= See also



Revision as of 06:12, 28 August 2007

-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
Return Value:
Nothing

Alternative Syntax

Syntax:
Unit(s) lookAt 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