- Timestamp:
- Jun 3, 2010, 12:39:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/controllers/ArtificialController.h
r7066 r7097 64 64 inline int getFormationSize() const 65 65 { return this->maxFormationSize_; } 66 67 inline void setPassive(bool passive) 68 { this->passive_ = passive; } 69 inline bool getPassive() const 70 { return this->passive_; } 66 71 67 72 virtual void changedControllableEntity();
Note: See TracChangeset
for help on using the changeset viewer.