Returns a table with the current vehicle telemetry data
local telemetry ={
power -- the current power in HP
torque -- the current torque in NM
boost = -- the current boost, in %
boostpowerincrease = -- how much torque you're gaining, in %
airresistance = -- current air resisance, in g's
tcsisactive = -- if the tc is actuating in this moment
escisactive = -- if the esc is actuating in this moment
lcisactive = -- the state that the launch control is currently
atlockactive = -- if the vehicle is locked into a gear, on at transmission.
remainingnitrous = -- how much nitrous you got left, in %
}