Skip to content

Implement new MSFS 2024 functions #112

@EvenAR

Description

@EvenAR

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:

if (this._ourProtocol < Protocol.KittyHawk) throw Error(SimConnectError.BadVersion);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions