Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6341 in orxonox.OLD for trunk/src/world_entities/world_entity.h


Ignore:
Timestamp:
Dec 30, 2005, 1:57:12 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network branche back to the trunk, so we do not get away from each other to fast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.h

    r6281 r6341  
    7474  std::list<WorldEntity*>::iterator& getEntityIterator() { return this->objectListIterator; }
    7575
     76  int       writeState(const byte* data, int length, int sender);
     77  int       readState(byte* data, int maxLength );
    7678
    7779 protected:
    7880  //  CharacterAttributes*    charAttr;         //!< the character attributes of a world_entity
     81
    7982
    8083 private:
     
    8992  std::list<WorldEntity*>::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager.
    9093
     94  float                   scaling;
     95
     96
    9197};
    9298
Note: See TracChangeset for help on using the changeset viewer.