Changeset 7947 in orxonox.OLD for branches/cr/src/lib/collision_reaction/collision_handle.h
- Timestamp:
- May 29, 2006, 1:12:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_handle.h
r7946 r7947 31 31 void addTarget(long classID); 32 32 void registerCollision(Collision* collision); 33 /** @returns true if regiestered some new collision events in this tick frame */ 34 inline bool isCollided() const { return this->bCollided; } 33 35 34 36 void handleCollisions(); … … 45 47 bool bDispatched; //!< true if this handle has already been dispatched 46 48 bool bStopOnFirstCollision; //!< true if the cd of this object should be terminated after one match 49 bool bCollided; //!< true if the CollsionHandle has registered some new collisions 47 50 48 51 std::vector<Collision*> collisionList; //!< a list full of collisions
Note: See TracChangeset
for help on using the changeset viewer.