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

Method GetEngine

src/script/script_scanner.hpp:29–29  ·  view source on GitHub ↗

* Get the engine of the main squirrel handler (it indexes all available scripts). */

Source from the content-addressed store, hash-verified

27 * Get the engine of the main squirrel handler (it indexes all available scripts).
28 */
29 class Squirrel *GetEngine() { return this->engine.get(); }
30
31 /**
32 * Get the current main script the ScanDir is currently tracking.

Callers 4

ConstructorMethod · 0.45
GetSpecMethod · 0.45
GetBadgesMethod · 0.45
CheckValidVehiclesFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected