Changeset 6055 for code/branches/steering/src/orxonox/worldentities
- Timestamp:
- Nov 13, 2009, 11:21:40 AM (15 years ago)
- Location:
- code/branches/steering/src/orxonox/worldentities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/steering/src/orxonox/worldentities/ControllableEntity.h
r6045 r6055 142 142 inline Controller* getController() const 143 143 { return this->controller_; } 144 inline void setController(Controller* c)145 { this->controller_ = c; }144 inline void setController(Controller* val) 145 { this->controller_ = val; } 146 146 147 147 protected: -
code/branches/steering/src/orxonox/worldentities/WorldEntity.cc
r6052 r6055 654 654 /** 655 655 @brief 656 Makes this WorldEntity look a specific target location.656 Makes this WorldEntity look at a specific target location. 657 657 @param relativeTo 658 658 @see WorldEntity::TransformSpace
Note: See TracChangeset
for help on using the changeset viewer.