Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2018, 4:02:41 PM (7 years ago)
Author:
andera
Message:

added countdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/RacingBots_FS18/src/libraries/tools/Timer.cc

    r11840 r11841  
    200200    }
    201201
    202     /*void Timer::setTimer(float interval, bool bKillAfterCall)
    203     {
    204          this->setInterval(interval);
    205          this->bActive_ = true;
    206          this->time_ = this->interval_;
    207         this->bKillAfterCall_ = bKillAfterCall;
    208     }
    209     */
    210202
    211203    /**
Note: See TracChangeset for help on using the changeset viewer.