Jetway control for non-default ATC controlled AI aircraft

Posting this as a separate topic for more visibility

It appears that only the player aircraft’s jetway can be triggered, and expanding this so developers can programmatically connect and disconnect jetways for any aircraft, including those controlled by programs such as BeyondATC using the existing JETWAY facilities data, possibly leveraging the PARKING_SPOT index as a unique trigger, would significantly enhance realism for traffic and ATC addons.

Thats a great idea :slight_smile:

At the moment it seems only airplanes injected via SimConnect_AICreateEnrouteATCAircraft or SimConnect_AICreateParkedATCAircraft are using the jetways at the airports.

I have tried to TOGGLE_JETWAY the jetway on SimConnect_AICreateNonATCAircraft injected airplanes, but it will not trigger.

Greetings,
Kai

1 Like

@Arzop Any chance that this would be considered for developers?