Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 12:37:09 PM (15 years ago)
Author:
dafrick
Message:

Documenting and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/items/DronePickup.h

    r7541 r7547  
    4848    @brief
    4949        The DronePickup adds a Drone to the Pawn upon being picked up.
     50
    5051        It can be used in XML as follows:
    5152        @code
     
    7172            virtual void clone(OrxonoxClass*& item); //!< Creates a duplicate of the input OrxonoxClass.
    7273
    73             void setDroneTemplate(std::string templatename); //!< Set the droneTemplate.
    7474            const std::string& getDroneTemplate() const; //!< Get the name of the droneTemplate.
    7575
    7676        protected:
    7777            void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup.
     78
     79            void setDroneTemplate(std::string templatename); //!< Set the droneTemplate.
    7880
    7981        private:
Note: See TracChangeset for help on using the changeset viewer.