getWheelData

getWheelData(wheelIdx [Int])

Pay attention to lua +1 indexing if using lua.

Return a table with the current wheel data, for the specified index.

Returned Table:

vehicleWheel = {
    speed
    tractionVector 
    wheelLoad 
    slipAngle
    slipRatio 
    temperature
    tempFricMulti 
    materialFricMulti
    position 
    fwdVec
    velocityVector 
    rotationalForce
    fakeTcsBrakes
    suspensionCompression
    suspensionTravelDistance
}

Example Code: