Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 12:37:09 PM (14 years ago)
Author:
dafrick
Message:

Documenting and cleanup.

File:
1 edited

Legend:

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

    r7163 r7547  
    128128                { return this->aimPosition_; }
    129129
    130             virtual const Vector3& getCarrierPosition(void)
     130            virtual const Vector3& getCarrierPosition(void) const
    131131                { return this->getWorldPosition(); };
    132132
     
    144144            bool bAlive_;
    145145
    146             virtual std::vector<PickupCarrier*>* getCarrierChildren(void)
     146            virtual std::vector<PickupCarrier*>* getCarrierChildren(void) const
    147147                { return new std::vector<PickupCarrier*>(); }
    148             virtual PickupCarrier* getCarrierParent(void)
     148            virtual PickupCarrier* getCarrierParent(void) const
    149149                { return NULL; }
    150150
Note: See TracChangeset for help on using the changeset viewer.