Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2016, 2:34:29 PM (7 years ago)
Author:
bberabi
Message:

asdas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/src/orxonox/infos/GametypeInfo.h

    r11281 r11283  
    133133            void dispatchStaticMessage(const std::string& message,const ColourValue& colour) const;
    134134            void dispatchFadingMessage(const std::string& message) const;
     135            void setStartCountdown(float countdown); // Set the start countdown to the input value.
     136
    135137
    136138        protected:
    137139            void start(void); // Inform the GametypeInfo that the game has started.
    138140            void end(void); // Inform the GametypeInfo that the game has ended.
    139             void setStartCountdown(float countdown); // Set the start countdown to the input value.
    140141            void countdownStartCountdown(float countDown); // Count down the start countdown by the specified value.
    141142            void countDown(); // Count down the start countdown counter.
Note: See TracChangeset for help on using the changeset viewer.