Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10275 in orxonox.OLD for branches/ai/src/world_entities/npcs/npc.h


Ignore:
Timestamp:
Jan 17, 2007, 7:05:42 PM (17 years ago)
Author:
tfahrni
Message:

npc can shoot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/world_entities/npcs/npc.h

    r10268 r10275  
    1717  virtual ~NPC ();
    1818
    19   virtual void loadParams(const TiXmlElement* root = NULL);
     19  virtual void loadParams(const TiXmlElement* root);
    2020
    2121
     
    2929  virtual void tick(float dt);
    3030  inline int getTeam()  { return teamNumber; }
     31  inline void fire(){ this->bFire=true;}
    3132
    32   inline void fire() { this->bFire = true; }
    3333
    3434
Note: See TracChangeset for help on using the changeset viewer.