- Timestamp:
- Oct 30, 2015, 12:08:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/SectionController.h
r10719 r10722 54 54 } 55 55 }; 56 virtual bool hasWingman() 57 { 58 if (this->myWingman_) 59 return true; 60 else 61 return false; 62 } 63 56 64 virtual void tick(float dt); //<! Carrying out the targets set in action(). 57 65 58 66 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 59 67 LeaderController* findNewDivisionLeader(); 60 61 62 68 63 69 protected: … … 76 82 private: 77 83 Timer actionTimer_; //<! Regularly calls action(). 78 CommonController* myWingman_; 79 LeaderController* myDivisionLeader_; 84 80 85 Vector3* desiredRelativePosition_; 81 86
Note: See TracChangeset
for help on using the changeset viewer.