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/AddQuestHint.h

    r2068 r2076  
    4848        public:
    4949            AddQuestHint();
    50             AddQuestHint(std::string hintId);
    5150            ~AddQuestHint();
     51           
     52            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5253           
    5354            virtual bool invoke(Player* player); //!< Invokes the effect.
     
    5556        private:
    5657            std::string hintId_;
     58           
     59            inline const std::string & getHintId(void) const
     60                { return this->hintId_; }
     61            inline void setHintId(const std::string & id)
     62                { this->hintId_ = id; }
    5763   
    5864    };
Note: See TracChangeset for help on using the changeset viewer.