Changeset 9235 in orxonox.OLD for trunk/src/world_entities/playable.h
- Timestamp:
- Jul 5, 2006, 4:39:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.h
r9061 r9235 80 80 81 81 // WorldEntity Extensions 82 virtual void destroy( );82 virtual void destroy(WorldEntity* killer); 83 83 virtual void respawn(); 84 84 virtual void collidesWith(WorldEntity* entity, const Vector& location); … … 90 90 static const std::string& playmodeToString(Playable::Playmode playmode); 91 91 static const std::string playmodeNames[]; 92 93 inline bool beFire(){ return this->bFire; } 94 inline void fire(bool bF){ this->bFire = bF;} 92 95 93 96 protected:
Note: See TracChangeset
for help on using the changeset viewer.