glanceAt: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|GLANCEAT]] | [[Category:Scripting Commands ArmA|GLANCEAT]] | ||
<h2 style="color:#000066">''''' glanceAt '''''</h2> | <h2 style="color:#000066">''unit(s)'' ''''' glanceAt ''''' ''position''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
'''unit(s)''': [[Object]] or [[Array]] | |||
'''position''': [[Object]] or [[Array]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 2.40 required. | |||
'''Description:''' | '''Description:''' | ||
Control what the unit is glancing at (target or position) (format Position) | |||
'''Example:''' | '''Example:''' | ||
someSoldier '''glanceAt''' otherSoldier; otherSoldier '''glanceAt''' [[getMarkerPos]] "markerOne" |
Revision as of 01:13, 2 July 2006
unit(s) glanceAt position
Operand types:
Type of returned value:
Compatibility:
Version 2.40 required.
Description:
Control what the unit is glancing at (target or position) (format Position)
Example:
someSoldier glanceAt otherSoldier; otherSoldier glanceAt getMarkerPos "markerOne"