Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new MSFS 2024 functions #112

Open
EvenAR opened this issue Dec 15, 2024 · 0 comments
Open

Implement new MSFS 2024 functions #112

EvenAR opened this issue Dec 15, 2024 · 0 comments

Comments

@EvenAR
Copy link
Owner

EvenAR commented Dec 15, 2024

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant