Sim/cockpit/radios/nav type
From X-Plane SDK
This page was imported from the previous wiki engine. It needs a review and cleanup of formatting. Please see this page for more information.
any =-1
none = 0 apt = 1 // airport ndb = 2 // NDB vor = 3 // VOR ils = 4 // this refers to the LOCALIZER PART ONLY loc = 5 // this is the localizer, JUST LIKE ABOVE, but has no glideslope associated with it gls = 6 // this is the glideslope
NOTE For the array indexes. The radio types are these
nav1 = 0 nav2 = 1 adf1 = 2 adf2 = 3 gps1 = 4 gps2 = 5 dme = 6
X-Plane SDK