Changeset 4836 in orxonox.OLD for orxonox/trunk/src/world_entities/environment.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/environment.cc
r4724 r4836 28 28 29 29 /** 30 \briefcreates an environment30 * creates an environment 31 31 */ 32 32 Environment::Environment () : WorldEntity() … … 40 40 41 41 /** 42 \briefdeletes an environment42 * deletes an environment 43 43 */ 44 44 Environment::~Environment () … … 48 48 49 49 /** 50 \briefticks the environment51 \param time the time about which to tick50 * ticks the environment 51 * @param time the time about which to tick 52 52 */ 53 53 void Environment::tick (float time) {} 54 54 55 55 /** 56 \briefif a hit occures56 * if a hit occures 57 57 */ 58 58 void Environment::hit (WorldEntity* weapon, Vector* loc) {} 59 59 60 60 /** 61 \briefdestroys an Environment61 * destroys an Environment 62 62 */ 63 63 void Environment::destroy () {} 64 64 65 65 /** 66 \briefa collision with some ship66 * a collision with some ship 67 67 */ 68 68 void Environment::collide (WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags) {} 69 69 70 70 /** 71 \briefdraws the Environment71 * draws the Environment 72 72 */ 73 73 void Environment::draw ()
Note: See TracChangeset
for help on using the changeset viewer.