Kieran Samuel Cross Posted May 28, 2016 at 10:58 AM Posted May 28, 2016 at 10:58 AM As the subject suggests, how would I go about detecting an incoming handoff? Is there a simple event void I can utilize, or maybe something a little more complex that I haven't thought of? I thought about using the OnTimer( int Counter ) and checking for a outstanding handoff, but I'm thinking there must be an easier or better way of doing it? Kind Regards, Kieran Cross, Link to comment Share on other sites More sharing options...
Oliver Gruetzmann Posted May 28, 2016 at 01:16 PM Posted May 28, 2016 at 01:16 PM I don't think there is any other way than to iterate over all FlightPlans and check for GetState() == FLIGHT_PLAN_STATE_TRANSFER_TO_ME_INITIATED Link to comment Share on other sites More sharing options...
Recommended Posts