Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2008, 11:58:31 PM (16 years ago)
Author:
landauf
Message:

fixed a bug in the event system
fixed a bug in Trigger and tweaked some features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.h

    r2029 r2069  
    3535#include "OrxonoxPrereqs.h"
    3636
     37#include "objects/Tickable.h"
    3738#include "objects/worldentities/PositionableEntity.h"
    3839#include "tools/BillboardSet.h"
     
    4748  };
    4849
    49   class _OrxonoxExport Trigger : public PositionableEntity
     50  class _OrxonoxExport Trigger : public PositionableEntity, public Tickable
    5051  {
    5152    public:
     
    111112      bool bActive_;
    112113      bool bTriggered_;
     114      bool bFirstTick_;
    113115
    114116      TriggerMode mode_;
Note: See TracChangeset for help on using the changeset viewer.