Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2194 in orxonox.OLD for orxonox/branches/chris/src/player.h


Ignore:
Timestamp:
Jul 18, 2004, 12:03:57 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Implemented is_a() query for WorldEntities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/player.h

    r2192 r2194  
    1818  ~Player ();
    1919
     20        static bool is_a(char* name);
     21
    2022        virtual void post_spawn ();
    2123  virtual void tick (float time);
     
    2426  virtual void collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags);
    2527        virtual void command (Command* cmd);
    26  
     28   
    2729  virtual void draw ();
    2830  virtual void get_lookat (Location* locbuf);
     
    3133
    3234 private:
     35        static bool (*basefunc)(char*);
     36  static char *is;
     37
    3338        bool bUp, bDown, bLeft, bRight, bAscend, bDescend;
    3439        bool bFire;
Note: See TracChangeset for help on using the changeset viewer.