Changeset 2194 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h
- Timestamp:
- Jul 18, 2004, 12:03:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world_entity.h
r2192 r2194 25 25 26 26 bool isFree (); 27 28 static bool is_a(char* name); 27 29 28 30 //void addAbility(Ability* ability); … … 35 37 virtual void collide (WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags); 36 38 virtual void command (Command* cmd); 37 39 38 40 virtual void draw (); 39 41 virtual void get_lookat (Location* locbuf); 40 42 41 43 virtual void left_world (); 42 44 43 45 private: 46 static bool is_none (char* name); 47 static bool (*basefunc)(char*); 48 static char *is; 49 44 50 const bool bFree; 45 51 bool bCollide;
Note: See TracChangeset
for help on using the changeset viewer.