Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2008, 7:35:08 AM (16 years ago)
Author:
dafrick
Message:

Completed XMLPort for all objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem/src/orxonox/objects/QuestHint.cc

    r2068 r2076  
    4545        this->initialize();
    4646    }
    47 
    48     /**
    49     @brief
    50         Constructor.  Needs as input a unique identifier to be able to identify different instances of this class (and subclasses).
    51     @param id
    52         The unique identifier.
    53     @param title
    54         The title of the hint.
    55     @param description
    56         The description of the hint, resp. the hint itself.
    57     */
    58     QuestHint::QuestHint(std::string id) : QuestItem(id)
    59     {
    60         this->initialize();
    61     }
    6247   
    6348    /**
     
    7863    {
    7964        SUPER(QuestHint, XMLPort, xmlelement, mode);
     65       
     66        COUT(1) << "New QuestHint {" << this->getId() << "} created." << std::endl;
    8067    }
    8168
Note: See TracChangeset for help on using the changeset viewer.