Changeset 7954 in orxonox.OLD for trunk/src/world_entities/world_entity.h
- Timestamp:
- May 29, 2006, 3:28:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.h
r7927 r7954 99 99 OrxGui::GLGuiWidget* getHealthWidget(); 100 100 bool hasHealthWidget() const { return this->healthWidget; }; 101 102 virtual void varChangeHandler( std::list<int> & id ); 101 103 102 104 /* --- Misc Stuff Block --- */ … … 133 135 ObjectManager::EntityList::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager. 134 136 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 136 145 CollisionHandle** collisionHandles; 137 146
Note: See TracChangeset
for help on using the changeset viewer.