Changeset 8029 in orxonox.OLD for branches/cr/src/lib/collision_reaction/collision_handle.h
- Timestamp:
- May 31, 2006, 3:18:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_handle.h
r7989 r8029 32 32 Collision* registerCollision(WorldEntity* entityA, WorldEntity* entityB); 33 33 void registerCollisionEvent(CollisionEvent* collisionEvent); 34 34 35 /** @returns true if regiestered some new collision events in this tick frame */ 35 36 inline bool isCollided() const { return this->bCollided; } 37 /** @returns true if this collision handle has already been dispatched */ 38 inline bool isDispatched() const { return this->bDispatched; } 36 39 37 40 void handleCollisions();
Note: See TracChangeset
for help on using the changeset viewer.