MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SetModalProgress

Function SetModalProgress

src/progress.cpp:22–25  ·  view source on GitHub ↗

* Set the modal progress state. * @param state The new state; are we modal or not? */

Source from the content-addressed store, hash-verified

20 * @param state The new state; are we modal or not?
21 */
22void SetModalProgress(bool state)
23{
24 _in_modal_progress = state;
25}

Callers 4

CleanupGenerationFunction · 0.85
GenerateWorldFunction · 0.85
DoScanNewGRFFilesFunction · 0.85
ScanNewGRFFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected