- Timestamp:
- May 30, 2010, 11:54:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/ArtificialController.h
r6997 r7029 23 23 * Fabian 'x3n' Landau 24 24 * Co-authors: 25 * ...25 * Dominik Solenicki 26 26 * 27 27 */ … … 58 58 inline bool getFormationFlight() const 59 59 { return this->formationFlight_; } 60 inline void setFormationSize(int size) 61 { this->maxFormationSize_ = size; } 62 inline int getFormationSize() const 63 { return this->maxFormationSize_; } 60 64 virtual void changedControllableEntity(); 61 65 … … 105 109 void spinInit(); 106 110 void spin(); 107 void followHuman(Pawn* humanController, bool always); 111 void followHumanInit(Pawn* human, bool always); 112 void follow(); 108 113 109 114 void setTargetPosition(const Vector3& target);
Note: See TracChangeset
for help on using the changeset viewer.