Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2010, 3:32:34 PM (14 years ago)
Author:
dafrick
Message:

Started documenting MetaPcikup, resolved some bugs in PickupCollection and PickupCollectionIdentifier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/PickupCollection.h

    r6497 r6519  
    4747        Damian 'Mozork' Frick
    4848    */
    49     //TODO: Isn't private inheritance sufficient?
    5049    class _PickupExport PickupCollection : public Pickupable, public BaseObject
    5150    {
     
    6362           
    6463            virtual void clone(OrxonoxClass*& item);
     64           
     65            virtual bool isTarget(Identifier* identifier) const;
    6566           
    6667            virtual const PickupIdentifier* getPickupIdentifier(void);
Note: See TracChangeset for help on using the changeset viewer.