Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1931 in orxonox.OLD for orxonox/trunk/core/npc.h


Ignore:
Timestamp:
Jun 9, 2004, 10:49:04 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk/core: speed of ground, shoot enemies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/npc.h

    r1904 r1931  
    2727  void addAI(AI* ai);
    2828  void setCollisionRadius(float r);
    29   float getCollisionRadius();
     29  float getCollisionRadius(void);
     30  int hit(void);
     31  void die(void);
    3032
    3133 private:
     
    3335
    3436  int npcType;
     37  int hasDied;
    3538
    3639
Note: See TracChangeset for help on using the changeset viewer.