Orxonox
0.0.5 Codename: Arcturus
|
#include "PluginManager.h"
#include "SpecialConfig.h"
#include "Plugin.h"
#include "PluginReference.h"
#include "core/CoreIncludes.h"
#include "core/ApplicationPaths.h"
#include "core/command/ConsoleCommandIncludes.h"
#include "core/config/ConfigValueIncludes.h"
#include "core/object/Context.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Macros | |
#define | MERELY_DEACTIVATE_PLUGINS false |
Functions | |
orxonox::RegisterAbstractClass (PluginManager).inheritsFrom< Configurable >() | |
orxonox::SetConsoleCommand ("PluginManager", __CC_PluginManager_load_name,&PluginManager::loadPlugin) | |
orxonox::SetConsoleCommand ("PluginManager", __CC_PluginManager_unload_name,&PluginManager::unloadPlugin) | |
Variables | |
static const std::string | orxonox::__CC_PluginManager_load_name = "load" |
static const std::string | orxonox::__CC_PluginManager_unload_name = "unload" |
#define MERELY_DEACTIVATE_PLUGINS false |