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

Packages that use VehiclePhysics
net.ctdp.rfdynhud.gamedata   
 

Uses of VehiclePhysics in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return VehiclePhysics
 VehiclePhysics LiveGameData.getPhysics()
          Gets the vehicle physics model.
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type VehiclePhysics
static void __GDPrivilegedAccess.loadFromPhysicsFiles(ProfileInfo profileInfo, TrackInfo trackInfo, VehiclePhysics physics)
           
static void __GDPrivilegedAccess.parsePhysicsFiles(java.io.File cchFile, java.io.File vehicleFile, java.lang.String trackName, VehiclePhysics physics)