You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much of the code can probably be copied from the existing aICreateEnrouteATCAircraft, aICreateNonATCAircraft, aICreateParkedATCAircraft, aICreateSimulatedObject.
Remember to also add a new enum value for the Protocol enum and implement compatibility checks similar to this:
In MSFS 2024 there are currently 5 new SimConnect functions.
SimConnect_AICreateEnrouteATCAircraft_EX1
SimConnect_AICreateNonATCAircraft_EX1
SimConnect_AICreateParkedATCAircraft_EX1
SimConnect_AICreateSimulatedObject_EX1
SimConnect_EnumerateSimObjectsAndLiveries
Much of the code can probably be copied from the existing
aICreateEnrouteATCAircraft
,aICreateNonATCAircraft
,aICreateParkedATCAircraft
,aICreateSimulatedObject
.Remember to also add a new enum value for the
Protocol
enum and implement compatibility checks similar to this:The text was updated successfully, but these errors were encountered: