Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 5, 2010, 6:26:54 PM (14 years ago)
Author:
dafrick
Message:

Additional documentation, code niceifying and potential bug fixing. Also: Renamed DroppedItem to DroppedPickup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/orxonox/worldentities/pawns/Pawn.h

    r6466 r6475  
    138138            //TODO: Remove.
    139139            //PickupCollection pickups_;
    140             virtual const std::list<PickupCarrier*>* getChildren(void)
     140            virtual std::list<PickupCarrier*>* getCarrierChildren(void)
    141141                { return new std::list<PickupCarrier*>(); }
    142             virtual PickupCarrier* getParent(void)
     142            virtual PickupCarrier* getCarrierParent(void)
    143143                { return NULL; }
     144            virtual const Vector3& getCarrierPosition(void)
     145                { return this->getWorldPosition(); };
    144146
    145147            float health_;
Note: See TracChangeset for help on using the changeset viewer.