Changeset 7547 for code/trunk/src/modules/pickup/items/DronePickup.h
- Timestamp:
- Oct 16, 2010, 12:37:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/DronePickup.h
r7541 r7547 48 48 @brief 49 49 The DronePickup adds a Drone to the Pawn upon being picked up. 50 50 51 It can be used in XML as follows: 51 52 @code … … 71 72 virtual void clone(OrxonoxClass*& item); //!< Creates a duplicate of the input OrxonoxClass. 72 73 73 void setDroneTemplate(std::string templatename); //!< Set the droneTemplate.74 74 const std::string& getDroneTemplate() const; //!< Get the name of the droneTemplate. 75 75 76 76 protected: 77 77 void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup. 78 79 void setDroneTemplate(std::string templatename); //!< Set the droneTemplate. 78 80 79 81 private:
Note: See TracChangeset
for help on using the changeset viewer.