Uses of Class
net.ctdp.rfdynhud.gamedata.VehicleInfo

Packages that use VehicleInfo
net.ctdp.rfdynhud.gamedata   
 

Uses of VehicleInfo in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return VehicleInfo
 VehicleInfo LiveGameData.getVehicleInfo()
          Gets the vehicle info.
 VehicleInfo VehicleScoringInfo.getVehicleInfo()
           
abstract  VehicleInfo ModInfo.getVehicleInfoForDriver(VehicleScoringInfo vsi)
          Gets the VehicleInfo corresponding to the given driver.
abstract  VehicleInfo _LiveGameDataObjectsFactory.newVehicleInfo()
           
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type VehicleInfo
abstract  void _LiveGameDataObjectsFactory.parseVehicleInfo(java.io.File file, java.lang.String filename, VehicleInfo info)