Changeset 4836 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/test_bullet.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_bullet.cc
r4758 r4836 29 29 30 30 /** 31 \briefstandard constructor31 * standard constructor 32 32 */ 33 33 TestBullet::TestBullet (Weapon* weapon) : Projectile(weapon) … … 41 41 42 42 /** 43 \briefstandard deconstructor43 * standard deconstructor 44 44 */ 45 45 TestBullet::~TestBullet () … … 55 55 56 56 /** 57 \briefsignal tick, time dependent things will be handled here58 \param time since last tick57 * signal tick, time dependent things will be handled here 58 * @param time since last tick 59 59 */ 60 60 void TestBullet::tick (float time) … … 76 76 77 77 /** 78 \briefthe projectile gets hit by another entity79 \param the other entity80 \param place where it is hit78 * the projectile gets hit by another entity 79 * @param the other entity 80 * @param place where it is hit 81 81 */ 82 82 void TestBullet::hit (WorldEntity* entity, Vector* place) … … 85 85 86 86 /** 87 \briefthe function gets called, when the projectile is destroyed87 * the function gets called, when the projectile is destroyed 88 88 */ 89 89 void TestBullet::destroy ()
Note: See TracChangeset
for help on using the changeset viewer.