Minimap


TRSMinimap.CountOrbColor

function TRSMinimap.CountOrbColor(Orb: TCircle; Color, Tolerance: Integer): Integer;

Counts color of a minimap orb. Used in IsRunEnabled.


TRSMinimap.GetCompassAngle

function TRSMinimap.GetCompassAngle(AsDegrees: Boolean = True): Double;

Returns the current compass angle. Depending on AsDegrees the returned value will be in degrees or radians.

Example:

WriteLn('Current compass angle: ', Minimap.GetCompassAngle());