Getangle

From EDukeWiki
Revision as of 11:34, 11 February 2012 by Hendricks266 (talk | contribs)
Jump to navigation Jump to search

getangle <return> <x> <y>

Returns the angle formed by the displacements <x> and <y>. In most languages this function is known as arctan2.

NOTE: To make one actor face another some subtraction is involved. see make one actor face another in the examples.