TLO:Heading

From the wonderful RedGuides Wiki

Directional heading of a location or direction.

This TLO is added by MacroQuest

Forms

Type Member Description
heading Heading[y, x] Returns the name of the direction of y, x
Heading[#] Returns the shortname of the heading using degrees (clockwise)

Access to Types

Type Description
heading Data related to a specific spawn heading

Examples

  • Echos the shortname of the heading of 15 degrees.

/echo ${Heading[15].ShortName}

  • Echos the shortname heading to the location -342,700

/echo ${Heading[-342,700].ShortName}


See also