Orxonox
0.0.5 Codename: Arcturus
|
#include "HUDNavigation.h"
#include <OgreCamera.h>
#include <OgreFontManager.h>
#include <OgreOverlayManager.h>
#include <OgreTextAreaOverlayElement.h>
#include <OgrePanelOverlayElement.h>
#include <typeinfo>
#include "util/Math.h"
#include "util/Convert.h"
#include "core/command/ConsoleCommandIncludes.h"
#include "core/CoreIncludes.h"
#include "core/XMLPort.h"
#include "CameraManager.h"
#include "Scene.h"
#include "Radar.h"
#include "graphics/Camera.h"
#include "controllers/HumanController.h"
#include "worldentities/pawns/Pawn.h"
#include "worldentities/WorldEntity.h"
#include "core/config/ConfigValueIncludes.h"
#include "tools/TextureGenerator.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::RegisterClass (HUDNavigation) | |
Variables | |
SetConsoleCommand("HUDNavigation","selectClosest",&HUDNavigation::selectClosestTarget).addShortcut().keybindMode(KeybindMode static SetConsoleCommand("HUDNavigation","selectNext",&HUDNavigation::selectNextTarget).addShortcut().keybindMode(KeybindMode bool | orxonox::compareDistance (std::pair< RadarViewable *, unsigned int > a, std::pair< RadarViewable *, unsigned int > b) |