Changeset 1608 for code/trunk/src/orxonox/tools
- Timestamp:
- Jun 17, 2008, 3:33:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/tools/Timer.h
r1552 r1608 95 95 inline bool isActive() const 96 96 { return this->bActive_; } 97 /** @brief Returns the remaining time until the Timer calls the function. @return The remaining time */ 98 inline float getRemainingTime() const 99 { return this->time_; } 97 100 /** @brief Gives the Timer some extra time. @param time The amount of extra time in seconds */ 98 101 inline void addTime(float time)
Note: See TracChangeset
for help on using the changeset viewer.