35 #ifndef _DronePickup_H__ 36 #define _DronePickup_H__ 72 virtual void changedUsed(
void);
77 void setDroneTemplate(
const std::string& templatename);
80 void initialize(
void);
82 Pawn* carrierToPawnHelper(
void);
86 #endif // _DronePickup_H__ Everything in Orxonox that has a health attribute is a Pawn.
Definition: Pawn.h:56
#define _PickupExport
Definition: PickupPrereqs.h:60
Declaration of the Pickup class.
Declaration of the Tickable interface.
::std::string string
Definition: gtest-port.h:756
xmlelement
Definition: Super.h:519
The DronePickup adds a Drone to the Pawn upon being picked up.
Definition: DronePickup.h:63
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
The Pickup class offers (useful) base functionality for a wide range of pickups.
Definition: Pickup.h:92
std::string droneTemplate_
The name of the template, based upon which the Drone is created.
Definition: DronePickup.h:81
Shared library macros, enums, constants and forward declarations for the questsystem module ...
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52