OnFuelAmountCheckUsage​Called when the amount of fuel in a vehicle is being determinedReturn a numeric value (int) to override the default valueExamples​""int? OnFuelAmountCheck(EntityFuelSystem fuelSystem, Item fuelItem){ Puts("OnFuelAmountCheck works!"); return null;}Copy