Changeset 8861 in orxonox.OLD for branches/single_player_map/src
- Timestamp:
- Jun 28, 2006, 3:18:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/world_entity.h
r8852 r8861 115 115 /** @returns a Reference to the Iterator */ 116 116 ObjectManager::EntityList::iterator& getEntityIterator() { return this->objectListIterator; } 117 118 void hide() { this->lastObjectListNumber = this->objectListNumber; this->toList(OM_DEAD); } 119 void unhide() { this->toList(this->lastObjectListNumber); } 120 117 121 118 122 /* --- Character Attribute Block --- */ … … 176 180 OM_LIST objectListNumber; //!< The ObjectList from ObjectManager this Entity is in. 177 181 ObjectManager::EntityList::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager. 182 OM_LIST lastObjectListNumber; //!< the last ObjectList from the ObjectManager this Entity was is in 178 183 179 184
Note: See TracChangeset
for help on using the changeset viewer.