Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 15, 2010, 7:33:11 AM (14 years ago)
Author:
dafrick
Message:

Added changedPickedUp method to Pickupable to solve a problem in PickupCollection, which, for the most part, works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/orxonox/interfaces/PickupCarrier.h

    r6518 r6521  
    4646namespace orxonox
    4747{
    48    
     48
    4949    class Pickup;
    5050    class HealthPickup;
     
    175175            virtual const Vector3& getCarrierPosition(void) = 0;
    176176                           
    177             //TODO: Remove.
     177            /**
     178            @brief Get all Pickupables this PickupCarrier has.
     179            @return  Returns the set of all Pickupables this PickupCarrier has.
     180            */
    178181            std::set<Pickupable*>& getPickups(void)
    179182                { return this->pickups_; }
Note: See TracChangeset for help on using the changeset viewer.