Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2010, 9:39:47 AM (14 years ago)
Author:
dafrick
Message:

Added target to HealthPickup, which I had forgotten.

File:
1 edited

Legend:

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

    r6475 r6490  
    8383           
    8484            bool isTarget(const PickupCarrier* carrier) const; //!< Get whether the given PickupCarrier is a target of this pickup.
     85            bool isTarget(Identifier* identifier) const; //!< Get whether a given class, represented by the input Identifier, is a target of this pickup.
    8586            bool addTarget(PickupCarrier* target); //!< Add a PickupCarrier as target of this pickup.
     87            bool addTarget(Identifier* identifier); //!< Add a class, representetd by the input Identifier, as target of this pickup.
    8688           
    8789            /**
Note: See TracChangeset for help on using the changeset viewer.