Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 20, 2004, 1:01:57 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: added ability to shoot. so check out the new release and shoot the fuck up

File:
1 edited

Legend:

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

    r1858 r1896  
    1313  void setPosition(int x, int y, int z);
    1414  void getPosition(int* x, int* y, int* z);
     15  void setCollisionRadius(int r);
     16  float getCollisionRadius();
    1517
    1618 private:
     
    1820
    1921  int npcType;
     22
     23  /* collision control */
     24  int collisionRadius;
    2025
    2126  int xCor;
Note: See TracChangeset for help on using the changeset viewer.