View Single Post
  #1  
Old 06-20-2013, 06:01 AM
HR_Grainovich HR_Grainovich is offline
Approved Member
 
Join Date: Nov 2011
Posts: 14
Question Question about fuel consumed in fly.

Hi comrades!!

I have a questión about the CloD's API, I would appreciate any help, please

It's about the fuel amount in a plane, when you create a aircraft you can know the total amount of fuel with:

aircraft.getParameter(-1, part.ParameterTypes.S_FuelReserve);

This code return all kilos of fuel in the all tanks of the plane (it's supposed...), but... when you are flying along the mission and execute the same code, the amount is equals!

May be... the program not discount the fuel consumption?? , it's impossible to know the fuel consumption with this function?

Thank you very much for your help!
Reply With Quote