How to use the Production Indicator ?
In the example, there is no production indicator
So I added one, but I can't get it to light up, in any of the 3 states (it is not recognized)
So I build based on a FGBuildable Manufacturer, and this Production Indicator works well, but then I can't use the included M Power Info (Set Power Info), and I don't know how to remove it
If I add the PowerInfo from the example, I think there is a conflict because when I test it it shows me 'No Power'
How do I add this Production Indicator?
6 Replies
you need to override a function returning it's color from C++ if you want to use it on non-buildable factory
Thanks
But which function?
And how to check the power connection using a FGBuildable Manufacturer?
There's one function about "production indicator" in
AFGBuildableFactory
Solution
the function is called
GetProductionIndicatorStatus
Thanks!