Changeset 8862 in orxonox.OLD for branches/single_player_map/src/lib/collision_reaction/collision_event.h
- Timestamp:
- Jun 28, 2006, 3:28:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/collision_event.h
r8855 r8862 44 44 inline Vector getCollisionPosition() { return this->position; } 45 45 46 /** @return true if the entity is in the wall */ 47 inline bool isInWall() { return this->bInWall; } 48 46 49 47 50 private:
Note: See TracChangeset
for help on using the changeset viewer.