Changeset 4836 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon.h
r4832 r4836 1 1 /*! 2 2 \file weapon.h 3 \briefa weapon that a can use3 * a weapon that a can use 4 4 5 5 … … 97 97 inline bool hasWeaponIdleTimeElapsed() const { return (this->localTime>this->idleTime)?true:false; }; 98 98 99 /** @brieffires the weapon */99 /** fires the weapon */ 100 100 virtual void fire() = 0; 101 101 virtual void hit (WorldEntity* weapon, const Vector& loc);
Note: See TracChangeset
for help on using the changeset viewer.