- Messages
- 46
- Country
The documentation states:
#define PAUSE_STATE_FLAG_OFF 0 // No Pause
#define PAUSE_STATE_FLAG_PAUSE 1 // "full" Pause (sim + traffic + etc...)
#define PAUSE_STATE_FLAG_PAUSE_WITH_SOUND 2 // FSX Legacy Pause (not used anymore)
#define PAUSE_STATE_FLAG_ACTIVE_PAUSE 4 // Pause was activated using the "Active Pause" Button
#define PAUSE_STATE_FLAG_SIM_PAUSE 8 // Pause the player sim but traffic, multi, etc... will still run
Which action in the simulator really triggers flag 8 pause?
As far as I can say it is only called on flight start/stop.
Also, 2024 added a 9flag, what does it mean? I see it called once when going to main manu from a flight.
I am trying to establish how to detect a flight is started/exited in both 2020 and 2024.
#define PAUSE_STATE_FLAG_OFF 0 // No Pause
#define PAUSE_STATE_FLAG_PAUSE 1 // "full" Pause (sim + traffic + etc...)
#define PAUSE_STATE_FLAG_PAUSE_WITH_SOUND 2 // FSX Legacy Pause (not used anymore)
#define PAUSE_STATE_FLAG_ACTIVE_PAUSE 4 // Pause was activated using the "Active Pause" Button
#define PAUSE_STATE_FLAG_SIM_PAUSE 8 // Pause the player sim but traffic, multi, etc... will still run
Which action in the simulator really triggers flag 8 pause?
As far as I can say it is only called on flight start/stop.
Also, 2024 added a 9flag, what does it mean? I see it called once when going to main manu from a flight.
I am trying to establish how to detect a flight is started/exited in both 2020 and 2024.