No matter what I do...
...in several variants always gets me "0.0" as a result (non-scalar). Doesn't matter what I put as the third parameter.
Is this just not delivered by the engine these days or am I being stupid? It would be a nice value to have since it allows you to computer current power, and since it gives you the lift values for front and back it would allow for nice visualization of your aero settings. Right now you have to get a lame variant of aero effectiveness from suspension height.
Code:
ac.getCarState(0, acsys.CS.Aero, acsys.AERO.CD)
...in several variants always gets me "0.0" as a result (non-scalar). Doesn't matter what I put as the third parameter.
Is this just not delivered by the engine these days or am I being stupid? It would be a nice value to have since it allows you to computer current power, and since it gives you the lift values for front and back it would allow for nice visualization of your aero settings. Right now you have to get a lame variant of aero effectiveness from suspension height.