Changeset 6475 for code/branches/pickup3/src/orxonox/worldentities
- Timestamp:
- Mar 5, 2010, 6:26:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/orxonox/worldentities/pawns/Pawn.h
r6466 r6475 138 138 //TODO: Remove. 139 139 //PickupCollection pickups_; 140 virtual const std::list<PickupCarrier*>* getChildren(void)140 virtual std::list<PickupCarrier*>* getCarrierChildren(void) 141 141 { return new std::list<PickupCarrier*>(); } 142 virtual PickupCarrier* get Parent(void)142 virtual PickupCarrier* getCarrierParent(void) 143 143 { return NULL; } 144 virtual const Vector3& getCarrierPosition(void) 145 { return this->getWorldPosition(); }; 144 146 145 147 float health_;
Note: See TracChangeset
for help on using the changeset viewer.