Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions | Variables
Gametype.cc File Reference
#include "Gametype.h"
#include "util/Math.h"
#include "core/Core.h"
#include "core/CoreIncludes.h"
#include "core/config/ConfigValueIncludes.h"
#include "core/GameMode.h"
#include "core/command/ConsoleCommandIncludes.h"
#include "gamestates/GSLevel.h"
#include "infos/PlayerInfo.h"
#include "infos/Bot.h"
#include "graphics/Camera.h"
#include "worldentities/ControllableEntity.h"
#include "worldentities/SpawnPoint.h"
#include "worldentities/pawns/Spectator.h"
#include "worldentities/pawns/Pawn.h"
#include "overlays/OverlayGroup.h"
#include "Scene.h"

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

 orxonox::RegisterUnloadableClass (Gametype)
 
 orxonox::SetConsoleCommand ("Gametype", __CC_addBots_name,&Gametype::addBots).addShortcut().defaultValues(1)
 
 orxonox::SetConsoleCommand ("Gametype", __CC_killBots_name,&Gametype::killBots).addShortcut().defaultValues(0)
 

Variables

static const std::string orxonox::__CC_addBots_name = "addBots"
 
static const std::string orxonox::__CC_killBots_name = "killBots"