public static final class Session.CarIdentifiers
extends java.lang.Object
Session.getCar(String)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BEST
The car with the fastest time in this session
|
static java.lang.String |
CARNUMBER_PREFIX
The car using the following number
|
static java.lang.String |
CRASHES
the car that is crashing.
|
static java.lang.String |
EXCITING
the car that is most exciting.
|
static java.lang.String |
FASTEST
the car with the fastest time of the previous lap.
|
static java.lang.String |
ID_PREFIX
Id, followed by the internal id that the SIM uses
|
static java.lang.String |
LEADER
The Leader of the race
|
static java.lang.String |
LEADER_PREFIX
The Leader of the class
|
static java.lang.String |
ME
The current driver
|
static java.lang.String |
PACECAR
The Pace or Safety Car
|
static java.lang.String |
PITSTALL
The Pit Stall Location of the REFERENCE CAR
|
static java.lang.String |
POSITION_PREFIX
Position, followed by the position starting at 1
|
static java.lang.String |
POSITIONCLASS_PREFIX
Position of your class, followed by the position starting at 1
|
static java.lang.String |
REFERENCE
The current reference car.
|
static java.lang.String |
RELATIVE_CLASS_PREFIX
Relative in the reference car's class, followed by the number of cars from the reference car.
|
static java.lang.String |
RELATIVE_LOCATION_CLASS_REPFIX
Relative by location (OnTrack or OnPitRoad) for the reference car's class, followed by the number of cars from the reference car.
|
static java.lang.String |
RELATIVE_LOCATION_REPFIX
Relative by location (OnTrack or OnPitRoad), followed by the number of cars from the reference car.
|
static java.lang.String |
RELATIVE_POSITION_CLASS_PREFIX
Relative by Position in Class, followed by the number of positions in the same class as the reference car.
|
static java.lang.String |
RELATIVE_POSITION_PREFIX
Relative by Position, followed by the number of positions from the reference car.
|
static java.lang.String |
RELATIVE_PREFIX
Relative, followed by the number of cars from the reference car.
|
static java.lang.String |
TRANSMITTING
The cat that is currently transmitting on the radio
|
Constructor and Description |
---|
CarIdentifiers() |
public static final java.lang.String ME
public static final java.lang.String REFERENCE
Session.setReferenceCar(String)
public static final java.lang.String PACECAR
public static final java.lang.String PITSTALL
public static final java.lang.String TRANSMITTING
public static final java.lang.String LEADER
public static final java.lang.String BEST
public static final java.lang.String FASTEST
public static final java.lang.String CRASHES
public static final java.lang.String EXCITING
public static final java.lang.String ID_PREFIX
public static final java.lang.String LEADER_PREFIX
public static final java.lang.String POSITION_PREFIX
public static final java.lang.String POSITIONCLASS_PREFIX
public static final java.lang.String RELATIVE_PREFIX
public static final java.lang.String RELATIVE_CLASS_PREFIX
public static final java.lang.String RELATIVE_LOCATION_REPFIX
public static final java.lang.String RELATIVE_LOCATION_CLASS_REPFIX
public static final java.lang.String RELATIVE_POSITION_PREFIX
public static final java.lang.String RELATIVE_POSITION_CLASS_PREFIX
public static final java.lang.String CARNUMBER_PREFIX