- Timestamp:
- Jun 22, 2011, 6:57:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/ArtificialController.h
r8701 r8711 149 149 int weapons[WeaponSystem::MAX_WEAPON_MODES]; 150 150 int projectiles[WeaponSystem::MAX_WEAPON_MODES]; 151 float botlevel_; //< Makes the level of a bot configurable. 151 float botlevel_; //< Makes the level of a bot configurable. 152 float timeout_; //< Timeout for rocket usage. (If a rocket misses, a bot should stop using it.) 152 153 153 154 enum Mode {DEFAULT, ROCKET, DEFENCE, MOVING};//TODO; implement DEFENCE, MOVING modes 154 155 Mode mode_; 156 void setPreviousMode(); 155 157 156 158 private:
Note: See TracChangeset
for help on using the changeset viewer.