I would like to add a physical low level fuel warning led to my gauge cluster. I hope there is a Plugin for it. I just have no idea what the Gamerawdata is. Any help would be appreciated.
When you do Insert Property a list appears with all available data you can choose from. On top there is a checkbox with Raw Data. This adds some extra options for the game you are currently running. Every game has their own raw data properties. Not familiar with physical gauges.
@botmeister I looked through the list, but did not find anything. Below I'll show an example of something not on the list, for oil pressure reading.
if([DataCorePlugin.GameRunning],'1','0')
+ ';' +
format([SystemInfoPlugin.Uptime], 0)
+ ';' +
format([DataCorePlugin.GameRawData.Drivetrain.OilPressure], 0)
@botmeister I found it, the property is fuelw. Thanks for your help.