Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3820 in orxonox.OLD for orxonox/trunk/src/animation.h


Ignore:
Timestamp:
Apr 14, 2005, 12:31:09 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more descriptive comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.h

    r3798 r3820  
    5151 public:
    5252  virtual ~Anim(void);
     53  void doNotHandle(void);
    5354
    5455  void setInfinity(ANIM_INFINITY postInfinity = ANIM_INF_CONSTANT);
     
    8081
    8182  bool bHasKeys;
     83  bool bHandled;                  //!< If this Animation is handled by the AnimationPlayer.
    8284  bool bRunning;
    8385};
Note: See TracChangeset for help on using the changeset viewer.