* Check if we are currently in a modal progress state. * @return Are we in the modal state? */
| 15 | * @return Are we in the modal state? |
| 16 | */ |
| 17 | inline bool HasModalProgress() |
| 18 | { |
| 19 | extern bool _in_modal_progress; |
| 20 | return _in_modal_progress; |
| 21 | } |
| 22 | |
| 23 | void SetModalProgress(bool state); |
| 24 |
no outgoing calls
no test coverage detected