Changeset 11283 for code/branches/SpaceRace_HS16/src/orxonox/infos
- Timestamp:
- Nov 14, 2016, 2:34:29 PM (8 years ago)
- Location:
- code/branches/SpaceRace_HS16/src/orxonox/infos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/src/orxonox/infos/Bot.cc
r9667 r11283 68 68 static const std::string names[] = 69 69 { 70 "Berkay Berabi", 71 "Louis Meile" 70 72 "Dr. Julius No", 71 73 "Rosa Klebb", -
code/branches/SpaceRace_HS16/src/orxonox/infos/GametypeInfo.h
r11281 r11283 133 133 void dispatchStaticMessage(const std::string& message,const ColourValue& colour) const; 134 134 void dispatchFadingMessage(const std::string& message) const; 135 void setStartCountdown(float countdown); // Set the start countdown to the input value. 136 135 137 136 138 protected: 137 139 void start(void); // Inform the GametypeInfo that the game has started. 138 140 void end(void); // Inform the GametypeInfo that the game has ended. 139 void setStartCountdown(float countdown); // Set the start countdown to the input value.140 141 void countdownStartCountdown(float countDown); // Count down the start countdown by the specified value. 141 142 void countDown(); // Count down the start countdown counter.
Note: See TracChangeset
for help on using the changeset viewer.