Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.

Need help with plugin programming..


Even Rognlien
 Share

Recommended Posts

Even Rognlien
Posted
Posted

Hi! Is it okay that I keep using this old thread?

 

Is there any way I can get an aircraft's actual position if the flightplan is not correlated to a track? I'm trying to detect which gate each aircraft is parked at, but this only works when correlation mode is set to "Easy Vatsim".

Link to comment
Share on other sites

Pierre Ferran
Posted
Posted

Is there any way I can get an aircraft's actual position if the flightplan is not correlated to a track? I'm trying to detect which gate each aircraft is parked at, but this only works when correlation mode is set to "Easy Vatsim".

 

Hi,

 

I use the GetPlugin()->RadarTargetSelect(FlightPlan.GetCallsign()); function to get the RadarTarget, which contains the actual position of the aircraft (normally :p)

Link to comment
Share on other sites

Even Rognlien
Posted
Posted

Just what I needed, Pierre! Thanks

Link to comment
Share on other sites

 Share