lookAt: Difference between revisions
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) | | 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: [[ | |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''' [[ | |x2= <code> otherSoldier '''lookAt''' [[markerPos]] "markerOne" </code> |=Example 2 | ||
| |= See also | | |= See also | ||
Revision as of 08:33, 27 October 2006
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
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