Orxonox
0.0.5 Codename: Arcturus
|
Implementation of the PickupManager class. More...
#include "PickupManager.h"
#include "core/CoreIncludes.h"
#include "core/LuaState.h"
#include "core/GUIManager.h"
#include "core/class/Identifier.h"
#include "core/singleton/ScopedSingletonIncludes.h"
#include "network/Host.h"
#include "network/NetworkFunctionIncludes.h"
#include "infos/PlayerInfo.h"
#include "interfaces/PickupCarrier.h"
#include "worldentities/pawns/Pawn.h"
#include "CollectiblePickup.h"
#include "PickupRepresentation.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::ManageScopedSingleton (PickupManager, ScopeID::ROOT, false) | |
orxonox::RegisterAbstractClass (PickupManager).inheritsFrom< PickupListener >() | |
orxonox::registerStaticNetworkFunction (PickupManager::pickupChangedUsedNetwork) | |
orxonox::registerStaticNetworkFunction (PickupManager::pickupChangedPickedUpNetwork) | |
orxonox::registerStaticNetworkFunction (PickupManager::dropPickupNetworked) | |
orxonox::registerStaticNetworkFunction (PickupManager::usePickupNetworked) | |
Implementation of the PickupManager class.