Changeset 6587 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Jan 18, 2006, 4:40:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/base_object.h
r6517 r6587 33 33 /** returns the Name of this Object */ 34 34 inline const char* getName ()const { return this->objectName; }; 35 /** @returns the XML-Element with whicht this Object was loaded */ 36 inline TiXmlNode* getXmlElem() const { return this->xmlElem; }; 35 37 36 38 /** @returns the className of the corresponding Object */
Note: See TracChangeset
for help on using the changeset viewer.