- Timestamp:
- Nov 12, 2015, 9:30:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/CommonController.h
r10793 r10796 79 79 class _OrxonoxExport CommonController : public Controller 80 80 { 81 81 82 public: 83 static const float hardcoded_projectile_speed = 750; 82 84 83 85 static const float ACTION_INTERVAL = 1.0f; … … 147 149 int getFiremode(std::string name); 148 150 149 151 float randomInRange(float a, float b); 150 152 bool bHasTargetPosition_; 151 153 Vector3 targetPosition_; … … 167 169 168 170 void chooseManeuverType(); 169 171 void gunsD(); 172 void attack(); 173 void scissors(); 170 174 FormationMode::Value formationMode_; 171 175 Rank::Value rank_;
Note: See TracChangeset
for help on using the changeset viewer.