- schedule(int) - Method in interface aic2023.user.UnitController
-
Schedules the unit with the given ID to take its turn right after this unit.
- senseObjectAtLocation(Location, boolean) - Method in interface aic2023.user.UnitController
-
Returns the information of the object at a given location.
- senseObjects(MapObject, float) - Method in interface aic2023.user.UnitController
-
Returns an array with all visible objects inside the map and inside a given radius.
- senseUnitAtLocation(Location) - Method in interface aic2023.user.UnitController
-
Returns the information of the unit at a given location.
- senseUnits(float, Team) - Method in interface aic2023.user.UnitController
-
Returns an array with all other units of a given team that can be sensed by this unit inside of a given radius around it.
- SHARED_ARRAY_LENGTH - Static variable in class aic2023.user.GameConstants
-
Length of the shared array.