Version: 1.38.2.0
Frequency: Consistently
Severity: Blocker
Context: Building ATSAW System for Airbus requires multiple data like Speed, Aircraft Type and Callsign. Fetching (AI / Multiplayer) Traffic through GET_AIR_TRAFFIC
to obtain the callsign of the Airtraffic don’t have the Name Parameter filled (always empty).
Bug description:
Name Parameter of JS_NPCPlane
is always empty. The SimConnect SDK deliver the correct callsign.
Additionally it would be nice to also Obtain the Speed and Aircraft Type through JS_NPCPlane
.
Repro steps:
Coherent.call("GET_AIR_TRAFFIC").then((result) => {
console.log("TRAFFIC: " + result.length , result);
});
Attachments:
Private attachments: Send a PM to @PrivateContent with the link to this topic and the link to download your content