Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions
Main.cc File Reference

The main function of Orxonox (but not the entry point of the program!)
More...

#include "Main.h"
#include "core/commandline/CommandLineIncludes.h"
#include "core/Game.h"
#include "core/LuaState.h"

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

int orxonox::main (const std::string &strCmdLine)
 Starting point of orxonox (however not the entry point of the program!) More...
 
 orxonox::SetCommandLineSwitch (console).information("Start in console mode (text IO only)")
 
 orxonox::SetCommandLineSwitch (server).information("Start in server mode")
 
 orxonox::SetCommandLineSwitch (client).information("Start in client mode")
 
 orxonox::SetCommandLineSwitch (dedicated).information("Start in dedicated server mode")
 
 orxonox::SetCommandLineSwitch (standalone).information("Start in standalone mode")
 
 orxonox::SetCommandLineSwitch (dedicatedClient).information("Start in dedicated client mode")
 
 orxonox::SetCommandLineSwitch (masterserver).information("Start in masterserver mode")
 

Detailed Description

The main function of Orxonox (but not the entry point of the program!)