This is possible in Lua as well. I am actually in the middle of trying to sort out and convert the VC and MFD modes for the Bell 222 helicopter into Lua. My interests really are with the vessel physics, and I am not particularly familiar with a lot of the visual bells and whistles capabilities like VCs and MFDs, or UMMU or UCGO or any of the other interactive stuff. More knowledge cliffs I need to climb.Not sure if the Lua module supports it, but in C++, its possible to create dedicated MFD modes for a vessel module.
As far as I can tell they did a great job getting equivalent Lua methods into the interpreter. I haven't run into a situation where there wasn't an equivalent method available in Lua for a long time. The trick is to determine what the syntax is for the Lua methods. Even with the docs in Orbiter 2024 I still find myself going to the GitHub repository as it is much easier to search that for what I need for Lua. I am considering writing up a cheat sheet with the equivalent methods as the Lua .chm files, while comprehensive, are still hard to search. A Lua equivalent to the API_Reference.pdf would be ideal, but that would take some doing.




