Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3580 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Mar 16, 2005, 6:09:32 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: added character_attributes to orxonox, it will contain, what it is named after. some other changes in projectile.cc

Location:
orxonox/trunk/src/world_entities
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapon.h

    r3578 r3580  
    4343  Projectile* getProjectile();
    4444
    45   void activate();
    46   void deactivate();
     45  virtual void activate();
     46  virtual void deactivate();
    4747  bool isActive();
    4848
     
    5252  int getWeaponEnergy();
    5353
    54   void fire();
     54  virtual void fire();
    5555  virtual void hit (WorldEntity* weapon, Vector* loc);
    5656  virtual void destroy ();
Note: See TracChangeset for help on using the changeset viewer.