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

Function ScanScenarios

src/fios.cpp:692–695  ·  view source on GitHub ↗

* Force a (re)scan of the scenarios. */

Source from the content-addressed store, hash-verified

690 * Force a (re)scan of the scenarios.
691 */
692void ScanScenarios()
693{
694 _scanner.Scan(true);
695}
696
697/**
698 * Constructs FiosNumberedSaveName. Initial number is the most recent save, or -1 if not found.

Callers 1

CloseMethod · 0.85

Calls 1

ScanMethod · 0.45

Tested by

no test coverage detected