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

Is it possible to get CAMERA_STATE etc? #124

Open
Pomax opened this issue Nov 13, 2022 · 2 comments
Open

Is it possible to get CAMERA_STATE etc? #124

Pomax opened this issue Nov 13, 2022 · 2 comments

Comments

@Pomax
Copy link

Pomax commented Nov 13, 2022

I have MSFS running, I can get a whole bunch of aircraft information using qa.get("SOME_SIM_VAR_NAME"), but the CAMERA_STATE var, and other camera-related values, are all None rather than the enums they're supposed to return.

@Pomax
Copy link
Author

Pomax commented Nov 15, 2022

Turns out these vars were missing from RequestList, which was easy enough to fix. If #126 could be merged in and a new version pushed out to PyPi, that would be fantastic @odwdinc

@Pomax
Copy link
Author

Pomax commented Nov 15, 2022

(And then I guess I might just run through the list over on https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Simulation_Variables.htm and add any other missing ones in a separate PR, too)

@Pomax Pomax changed the title Is it even possible to get CAMERA_STATE etc? Is it possible to get CAMERA_STATE etc? Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant