* Get the engine of the main squirrel handler (it indexes all available scripts). */
| 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. |
no test coverage detected