Hello Team, I am reading AI traffic and for each of them, I would like to know
if it is on ground or not. I saw this interesting thread:
https://devsupport.flightsimulator.com/t/4060 It is not very useful for me
because I read the traffic using the “GET_AIR_TRAFFIC” Coherent call. It
works, and the data provided is supposed to indicate if each aircraft is on
ground or not, through the isOnGround boolean. Unfortunately it seems it
doesn’t work properly because it is always true. See the attached screenshot
of the debugger, showing a traffic at 10972m altitude while the flag
isOnGround is true. Is there a
problem here or did I do something wrong?
Also related/isOnGround not working discussed
https://devsupport.flightsimulator.com/t/5362