Python-SimConnect icon indicating copy to clipboard operation
Python-SimConnect copied to clipboard

Is it possible to get CAMERA_STATE etc?

Open Pomax opened this issue 3 years ago • 2 comments

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 avatar Nov 13 '22 19:11 Pomax

Turns out these vars were missing from RequestList, which was easy enough to fix. If https://github.com/odwdinc/Python-SimConnect/pull/126 could be merged in and a new version pushed out to PyPi, that would be fantastic @odwdinc

Pomax avatar Nov 15 '22 19:11 Pomax

(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 avatar Nov 15 '22 19:11 Pomax