Changeset 10213 for code/branches/presentationFS14
- Timestamp:
- Jan 31, 2015, 4:21:49 PM (10 years ago)
- Location:
- code/branches/presentationFS14/src/orxonox/worldentities/pawns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS14/src/orxonox/worldentities/pawns/ModularSpaceShip.cc
r10212 r10213 110 110 } 111 111 } 112 }113 114 void ModularSpaceShip::attach(WorldEntity* object)115 {116 SpaceShip::attach(object);117 this->updatePartAssignment();118 112 } 119 113 -
code/branches/presentationFS14/src/orxonox/worldentities/pawns/ModularSpaceShip.h
r10212 r10213 106 106 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 107 107 108 void attach(WorldEntity* object);109 110 108 void addPartEntityAssignment(StaticEntity* entity, ShipPart* part); 111 109 ShipPart* getPartOfEntity(StaticEntity* entity) const;
Note: See TracChangeset
for help on using the changeset viewer.