- Timestamp:
- May 25, 2009, 11:16:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/WorldEntity.h
r2851 r3077 173 173 void detachFromNode(Ogre::SceneNode* node); 174 174 175 inline void setDeleteWithParent(bool value) 176 { this->bDeleteWithParent_ = value; } 177 inline bool getDeleteWithParent() const 178 { return this->bDeleteWithParent_; } 179 175 180 void notifyChildPropsChanged(); 176 181 … … 200 205 unsigned int parentID_; 201 206 std::set<WorldEntity*> children_; 207 bool bDeleteWithParent_; 202 208 203 209
Note: See TracChangeset
for help on using the changeset viewer.