Changeset 9986 in orxonox.OLD for branches/coll_rect/src/world_entities
- Timestamp:
- Dec 2, 2006, 6:47:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/coll_rect/src/world_entities/world_entity.h
r9980 r9986 96 96 inline bool isReactive( const WorldEntity& worldEntity) const { return this->isReactive() || (this->_collisionFilter(worldEntity)); } 97 97 /** @param worldEntity the world entity to be checked @param type special reaction type @returns true if collision reaction reg. */ 98 inline bool isReactive( const WorldEntity& worldEntity, CoRe:: ReactionType type) const98 inline bool isReactive( const WorldEntity& worldEntity, CoRe::CREngine::ReactionType type) const 99 99 { return this->isReactive() || (this->_collisionFilter(worldEntity, type)); } 100 100
Note: See TracChangeset
for help on using the changeset viewer.