ctabuyo Posted October 17, 2015 Report Posted October 17, 2015 Hello: I am looking for an offset on the SDK which tells you in which flight phase are you,... like: "On Ground", "Taxing", "Push Back".... Regards!
Pete Dowson Posted October 17, 2015 Report Posted October 17, 2015 I am looking for an offset on the SDK which tells you in which flight phase are you,... like: "On Ground", "Taxing", "Push Back".... There isn't anything I'm aware of which keeps track of the user aircraft "flight phases", only AI traffic. Normally the pilot is aware of what he is doing. You can tell from offsets when you are on the ground, whether you are moving forward or backward, whether you are climbing, flying leveel or descending. I suppose you could read all the necessary values and deduce what you are doing. Pete 1
ctabuyo Posted October 17, 2015 Author Report Posted October 17, 2015 There isn't anything I'm aware of which keeps track of the user aircraft "flight phases", only AI traffic. Normally the pilot is aware of what he is doing. You can tell from offsets when you are on the ground, whether you are moving forward or backward, whether you are climbing, flying leveel or descending. I suppose you could read all the necessary values and deduce what you are doing. Pete Yeah, in fact I´m already that by using an "if statement" with "on ground value", "start value", "time", "alt" and "speed". However it is a bit tedious and I though that maybe there was an offset. Kind regards! PS: And thanks for answering so fast ;)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now