glanceAt

From Bohemia Interactive Community
Revision as of 02:13, 2 July 2006 by Hoz (talk | contribs)
Jump to navigation Jump to search



unit(s) glanceAt position


Operand types:

unit(s): Object or Array

position: Object or Array

Type of returned value:

Nothing

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"