Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2008, 4:31:58 PM (16 years ago)
Author:
landauf
Message:
  • removed IdentifierList and replaced it by a std::list
  • changed several doxygen tags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/tools/Timer.h

    r790 r813  
    9494            /** @brief Unpauses the Timer - continues with the given state. */
    9595            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 */
    9797            inline bool isActive() const { return this->bActive_; }
    9898
Note: See TracChangeset for help on using the changeset viewer.