Changeset 11099 for code/trunk/src/orxonox/overlays
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- Location:
- code/trunk/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc
r11071 r11099 126 126 This has to be called before usage, otherwise strange behaviour is 127 127 guaranteed! (there should be no segfaults however). 128 @copydoc 129 BaseObject::XMLPort() 128 @copydoc BaseObject::XMLPort() 130 129 */ 131 130 void OrxonoxOverlay::XMLPort(Element& xmlelement, XMLPort::Mode mode) -
code/trunk/src/orxonox/overlays/OverlayGroup.cc
r11071 r11099 85 85 @brief 86 86 Loads the group and all its children OrxonoxOverlays. 87 @copydoc 88 BaseObject::XMLPort() 87 @copydoc BaseObject::XMLPort() 89 88 */ 90 89 void OverlayGroup::XMLPort(Element& xmlelement, XMLPort::Mode mode)
Note: See TracChangeset
for help on using the changeset viewer.