Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Completed XMLPort for all objects.

File:
1 edited

Legend:

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

    r2068 r2076  
    3232
    3333namespace orxonox {
    34 
    35     CreateFactory(QuestItem);
    3634   
    3735    QuestItem::QuestItem() : BaseObject()
    3836    {
    3937        this->initialize();
    40     }
    41    
    42     /**
    43     @brief
    44         Constructor. Needs as input a unique identifier to be able to identify different instances of this class (and subclasses).
    45     @param id
    46         The unique identifier. Should be of GUID form: http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure
    47     */
    48     QuestItem::QuestItem(std::string id) : BaseObject()
    49     {
    50         this->initialize();
    51        
    52         this->id_ = id;
    5338    }
    5439   
Note: See TracChangeset for help on using the changeset viewer.