Changeset 8875 in orxonox.OLD for branches/single_player_map/src/world_entities/door.h
- Timestamp:
- Jun 28, 2006, 5:25:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/door.h
r8874 r8875 19 19 20 20 void setAnim(int animationIndex, int animPlaybackMode); 21 void setActionRadius(float radius) { this->actionRadius = radius; } 21 22 22 23 virtual void tick (float time); 24 25 void open(); 26 void close(); 23 27 24 28 private: … … 27 31 private: 28 32 bool bOpen; //!< true if the door is open 33 float actionRadius; //!< action radius 29 34 30 35 };
Note: See TracChangeset
for help on using the changeset viewer.