- Joined
- Mar 28, 2008
- Messages
- 666
- Reaction score
- 20
- Points
- 33
Hello,
I have seen the ReadStatus and WriteStatus methods for MFDs, but is there something similar for modules (no MFDs and no vessel etc.)?
I have a std::vector to store the data during runtimer for all the different vessels. The autopilot a are controlled by the clbk:
osStep and the Interface ist an MFD. But the autopilots will work even if the MFD is closed, but in that case I can not save the data during quicksave or so to the scenario file because the WriteStatus method of the MFD will not be called.
I have seen the ReadStatus and WriteStatus methods for MFDs, but is there something similar for modules (no MFDs and no vessel etc.)?
I have a std::vector to store the data during runtimer for all the different vessels. The autopilot a are controlled by the clbk:
Last edited: