Engine
A simple engine.
Usage
Engine()Parameters
power: int = 100-
Engine power level.
Methods
| Name | Description |
|---|---|
| start() | Start the engine. |
| stop() | Stop the engine. |
start()
Start the engine.
Usage
start()Returns
bool-
True if started.
stop()
Stop the engine.
Usage
stop()