Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 29, 2006, 3:28:41 PM (19 years ago)
Author:
patrick
Message:

trunk: merged the network branche back to trunk.

File:
1 edited

Legend:

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

    r7927 r7954  
    9999  OrxGui::GLGuiWidget* getHealthWidget();
    100100  bool hasHealthWidget() const { return this->healthWidget; };
     101 
     102  virtual void varChangeHandler( std::list<int> & id );
    101103
    102104  /* --- Misc Stuff Block --- */
     
    133135  ObjectManager::EntityList::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager.
    134136
    135   float                   scaling;
     137 
     138  //network stuff
     139 
     140  float       scaling;                         //!< model's scaling factor
     141  int         scaling_handle;                  //!< handle for syncing var
     142 
     143  std::string modelFileName;                  //!< model's file name
     144  int         modelFileName_handle;           //!< handle for syncing var
    136145  CollisionHandle**       collisionHandles;
    137146
Note: See TracChangeset for help on using the changeset viewer.