- Timestamp:
- Oct 30, 2015, 11:07:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/WingmanController.h
r10722 r10725 57 57 58 58 protected: 59 WeakPtr<CommonController> myLeader_; 59 60 60 61 virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets. … … 65 66 private: 66 67 //const float ACTION_INTERVAL; 67 68 WeakPtr<Pawn> target_; 68 void keepSectionTick(); 69 69 70 //LeaderController* leader_; 70 71
Note: See TracChangeset
for help on using the changeset viewer.