heading
¶
Represents a direction on a compass.
Members¶
Type | Member | Description |
---|---|---|
int | Clock | The nearest clock direction, e.g. 1-12 |
float | Degrees | Heading in degrees (same as casting to float) |
float | DegreesCCW | Heading in degrees counter-clockwise (the way the rest of MQ2 and EQ uses it) |
string | Name | The long compass direction, eg. "south", "south by southeast" |
string | ShortName | The short compass direction, eg. "S", "SSE" |
string | (To String) | Same as ShortName |