User flght plan

Discuss on the SimConnect SDK can be used by programmers to write add-on components for Prepar3D
Locked
rsubers2
Posts: 87
Joined: Thu Sep 20, 2012 10:42 pm

User flght plan

Post by rsubers2 »

Flight plans for AI aircraft can be set using SimConnect_AISetAircraftFlightPlan. Is there a way of loading a flight plan to the user aircraft from SimConnect? I am geting an error if I use SIMCONNECT_OBJECT_ID_USER with the AI set flight plan call (although maybe I am not doing it right).
FSTramp
Posts: 78
Joined: Tue Oct 06, 2015 12:12 pm

Re: User flght plan

Post by FSTramp »

SimConnect_FlightPlanLoad(hSimConnect, pcszFileName)
Locked