You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont find any way to read how much fuel the user wants to refuel. I know the value is inside the bitfield PitSvFlags, but I dont know how to read it, its not in the telemetry model and I didnt find it anywhere else.
Or is there maybe a event which is fired when the user changes the value of refuel in iracing?
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
Sorry, I don't know how to read amount to be refueled. I am not up to date on this part of the SDK so perhaps it was added later, but from my knowledge (and in the current PitServiceFlags) it seems you can only detect if the driver is requesting a refuel, but not how much fuel. Are you sure this feature is in the SDK?
Sorry for bothering you again! @NickThissen
I dont find any way to read how much fuel the user wants to refuel. I know the value is inside the bitfield
PitSvFlags
, but I dont know how to read it, its not in the telemetry model and I didnt find it anywhere else.Or is there maybe a event which is fired when the user changes the value of refuel in iracing?
Any help is appreciated!
The text was updated successfully, but these errors were encountered: