Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6587 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 4:40:35 PM (18 years ago)
Author:
bensch
Message:

retrieve the XML-Element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/base_object.h

    r6517 r6587  
    3333  /** returns the Name of this Object */
    3434  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; };
    3537
    3638  /** @returns the className of the corresponding Object */
Note: See TracChangeset for help on using the changeset viewer.