Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2010, 11:35:18 AM (14 years ago)
Author:
dafrick
Message:

Documenting in pickups module.
Cleaning up in PickupManager.
Removed some obsolete functions in HumanController and ControllableEntity, which were remenants of the old pickups module.
Fixed a bug.

File:
1 edited

Legend:

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

    r7494 r7533  
    4848{
    4949
    50     //! Enum for the @ref orxonox::Pickup "Pickup" activation type.
     50    /**
     51    @brief
     52        Enum for the @ref orxonox::Pickup "Pickup" activation type.
     53
     54    @ingroup Pickup
     55    */
    5156    namespace pickupActivationType
    5257    {
     
    5863    }
    5964
    60     //! Enum for the @ref orxonox::Pickup "Pickup" duration type.
     65    /**
     66    @brief
     67        Enum for the @ref orxonox::Pickup "Pickup" duration type.
     68
     69    @ingroup Pickup
     70    */
    6171    namespace pickupDurationType
    6272    {
     
    8494    @author
    8595        Damian 'Mozork' Frick
     96
     97    @ingroup Pickup
    8698    */
    8799    class _PickupExport Pickup : public CollectiblePickup, public BaseObject
Note: See TracChangeset for help on using the changeset viewer.