Changeset 9953 in orxonox.OLD for branches/playability/src/world_entities/projectiles/projectile.h
- Timestamp:
- Nov 24, 2006, 9:10:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/projectile.h
r9869 r9953 50 50 inline bool tickLifeCycle(float dt ) { this->lifeCycle += dt/this->lifeSpan; return(unlikely(this->lifeCycle >= 1)); } 51 51 52 virtual int getPhysDamage(); 53 virtual int getElecDamage(); 52 54 53 55 protected: … … 69 71 OrxSound::SoundBuffer explosionBuffer; 70 72 OrxSound::SoundBuffer engineBuffer; 73 74 int physDamage; //!< damage to shield and armor 75 int elecDamage; //!< damage to elctronic 71 76 }; 72 77
Note: See TracChangeset
for help on using the changeset viewer.