Changeset 813 for code/branches/core/src/orxonox/tools
- Timestamp:
- Feb 15, 2008, 4:31:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/orxonox/tools/Timer.h
r790 r813 94 94 /** @brief Unpauses the Timer - continues with the given state. */ 95 95 inline void unpauseTimer() { this->bActive_ = true; } 96 /** @ returns true if the Timer is active (= not stoped, not paused).*/96 /** @brief Returns true if the Timer is active (= not stoped, not paused). @return True = Time is active */ 97 97 inline bool isActive() const { return this->bActive_; } 98 98
Note: See TracChangeset
for help on using the changeset viewer.