setDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 22: Line 22:
Set '''object heading'''.
Set '''object heading'''.


Angles are measured in degrees in a clockwise direction from north.  Negative angles represent a counter-clockwise angle and the angle can be of any size.
Angles are measured in degrees clockwise from north.  Negative angles represent a counter-clockwise angle and the angle can be of any size.


See also: [[getDir]]
See also: [[getDir]]

Revision as of 10:19, 21 May 2006


object setDir heading


Operand types:

object: Object

heading: Number

Type of returned value:

Nothing

Description:

Set object heading.

Angles are measured in degrees clockwise from north. Negative angles represent a counter-clockwise angle and the angle can be of any size.

See also: getDir


Examples:

soldier1 setDir 45
will set soldier1 to face North East

soldier1 setDir -675
will also set soldier1 to face North East