MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / processCommandLineArguments

Method processCommandLineArguments

src/Abyss/AbyssEngine.cpp:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284void AbyssEngine::quit() { _running = false; }
285
286bool AbyssEngine::processCommandLineArguments(const int argc, char **argv) {
287 bool quitOnRun = false;
288 Common::CommandLineOpts::process(argc, argv, quitOnRun, _configuration);
289
290 return !quitOnRun;
291}
292
293void AbyssEngine::initializeFiles() {
294 if (!_configuration.getDirectDir().empty()) {

Callers 1

mainFunction · 0.80

Calls 1

processFunction · 0.85

Tested by

no test coverage detected