|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.VehicleSetup.General
public static class VehicleSetup.General
Model of the general part of the setup
Constructor Summary | |
---|---|
VehicleSetup.General()
|
Method Summary | |
---|---|
VehiclePhysics.TireCompound |
getFrontTireCompound()
GENERAL::FrontTireCompoundSetting=7//04-Hot |
float |
getFrontWing()
FRONTWING::FWSetting=64//65 |
float |
getFuel(int pitstop)
Gets fuel in the units selected in the PLR. |
float |
getFuelGal(int pitstop)
Gets fuel in galons. |
float |
getFuelL(int pitstop)
Gets fuel in liters. |
int |
getNumPitstops()
GENERAL::NumPitstopsSetting=2//2 |
VehiclePhysics.TireCompound |
getRearTireCompound()
GENERAL::RearTireCompoundSetting=7//04-Hot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleSetup.General()
Method Detail |
---|
public final VehiclePhysics.TireCompound getFrontTireCompound()
public final VehiclePhysics.TireCompound getRearTireCompound()
public final int getNumPitstops()
public final float getFuelL(int pitstop)
pitstop
- pitstop number. (0 for starting fuel).
getNumPitstops()
public final float getFuelGal(int pitstop)
pitstop
- pitstop number. (0 for starting fuel).
getNumPitstops()
public final float getFuel(int pitstop)
pitstop
- pitstop number. (0 for starting fuel).
getNumPitstops()
public final float getFrontWing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |