- senseColorAtLocation(Location) - Method in interface paintball.user.UnitController
-
Returns the color at a given location.
- senseObjectAtLocation(Location) - Method in interface paintball.user.UnitController
-
Returns the information of the object at a given location.
- senseObjects(MapObject, float, Team) - Method in interface paintball.user.UnitController
-
Returns an array with all visible objects inside the map and inside a given radius.
- senseUnitAtLocation(Location) - Method in interface paintball.user.UnitController
-
Returns the information of the unit at a given location.
- senseUnits(float, Team) - Method in interface paintball.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 paintball.user.GameConstants
-
Length of the shared array.