Changeset 8511 in orxonox.OLD for branches/bsp_model/src/world_entities/world_entity.h
- Timestamp:
- Jun 16, 2006, 12:36:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/world_entity.h
r8508 r8511 61 61 virtual void postSpawn (); 62 62 virtual void leaveWorld (); 63 virtual void destroy() {};64 63 65 64 virtual void tick (float time); … … 95 94 CollisionHandle* getCollisionHandle(CREngine::CRType type) const { return this->collisionHandles[type]; } 96 95 96 virtual void hit(float damage); 97 virtual void destroy() {}; 98 97 99 98 100 /* @returns the Count of Faces on this WorldEntity */ … … 113 115 /** @returns a Reference to the Iterator */ 114 116 ObjectManager::EntityList::iterator& getEntityIterator() { return this->objectListIterator; } 115 116 /* --- Network Block --- */117 int writeState(const byte* data, int length, int sender);118 int readState(byte* data, int maxLength );119 117 120 118 /* --- Character Attribute Block --- */
Note: See TracChangeset
for help on using the changeset viewer.