- Timestamp:
- Oct 23, 2015, 2:18:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/LeaderController.h
r10681 r10682 46 46 protected: 47 47 48 virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets.49 //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.50 51 52 53 54 48 enum Mode {KEEPFORMATION, ROCKET, KILLENEMY}; 55 49 Mode mode_; 50 51 virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets. 52 //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot. 53 56 54 57 55 //WEAPONSYSTEM DATA
Note: See TracChangeset
for help on using the changeset viewer.