We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifically, I don't seem to be able to execute the IDENT event (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Radio_Navigation_Events.htm#Transponder) and I don't believe I'm able to turn the transponder into a certain state (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_RadioNavigation_Variables.htm#TRANSPONDER_STATE).
Any chance we can get them added to the events list? Or, if I'm being an idiot and missed something, telling me that works too haha.
TRANSPONDER STATE | Transponder State | Enum:0 = Off1 = Standby2 = Test3 = On4 = Alt5 = Ground XPNDR_IDENT_OFF | Disable the transponder Ident. XPNDR_IDENT_ON | Enable the transponder Ident. After 18 seconds it will disable automatically.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifically, I don't seem to be able to execute the IDENT event (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Radio_Navigation_Events.htm#Transponder) and I don't believe I'm able to turn the transponder into a certain state (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_RadioNavigation_Variables.htm#TRANSPONDER_STATE).
Any chance we can get them added to the events list? Or, if I'm being an idiot and missed something, telling me that works too haha.
TRANSPONDER STATE | Transponder State | Enum:0 = Off1 = Standby2 = Test3 = On4 = Alt5 = Ground
XPNDR_IDENT_OFF | Disable the transponder Ident.
XPNDR_IDENT_ON | Enable the transponder Ident. After 18 seconds it will disable automatically.
The text was updated successfully, but these errors were encountered: