ozansayli Posted April 27, 2022 Report Posted April 27, 2022 Hi, Is there any demo code for FsRunwayLightsInfo Class? can we change the brigthness of runway lights with FsLightBrightness. thanks
Paul Henty Posted April 27, 2022 Report Posted April 27, 2022 Quote Is there any demo code for FsRunwayLightsInfo Class? This class is part of the AirportDatabase feature. There is demo code for this feature in the "example code" project: http://fsuipc.paulhenty.com/#downloads However, the example doesn't show the FsRunwayLightsInfo class specifically, but it simply holds the information about the runway's lights. You can get to it via the FsRunway class once you have the database loaded and have found the runway from the airport. The properties are self-explanatory and there is a little more detail about each property in the intellisense popup or the reference documentation: http://fsuipc.paulhenty.com/Reference/html/classFSUIPC_1_1FsRunwayLightsInfo.html Quote can we change the brigthness of runway lights with FsLightBrightness. No, all the information in the AirportsDatabase comes from text files generated by Pete's MakeRunways.exe program. My dll has no ability affect the scenery in the simulation. You will probably need a scenery editor for that. Paul
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now