Skip navigation links
A B C D E G H I K L M O P R S T U V X Y 

D

Direction - Enum in aic2024.user
Class that contains all the directions in which a unit can move.
directionTo(Location) - Method in class aic2024.user.Location
Returns the direction that gets the closest to a given location.
distanceSquared(Location) - Method in class aic2024.user.Location
Returns the squared euclidean distance between this location and the given one.
DOME_DISTANCE - Static variable in class aic2024.user.GameConstants
Dome buff range.
drawLineDebug(Location, Location, int, int, int) - Method in interface aic2024.user.UnitController
Draws a segment on the map between a given pair of locations and with a given color scheme (in rgb-coordinates).
drawPointDebug(Location, int, int, int) - Method in interface aic2024.user.UnitController
Draws a point on the map at a given location and with a given color scheme (in rgb-coordinates).
dx - Variable in enum aic2024.user.Direction
x-coordinate of this direction.
dy - Variable in enum aic2024.user.Direction
y-coordinate of this direction.
A B C D E G H I K L M O P R S T U V X Y 
Skip navigation links