Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 9:34:07 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in pickup and quest (almost only cleaned the header file sections).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/quest/QuestListener.cc

    r3158 r3180  
    3636#include "core/CoreIncludes.h"
    3737#include "core/XMLPort.h"
    38 
    3938#include "Quest.h"
    4039#include "QuestManager.h"
     
    190189    /**
    191190    @brief
     191        Get the questId of the Quest the QuestListener reacts to.
     192    @return
     193        Returns the questId of the Quest the QuestListener reacts to.
     194    */
     195    const std::string & QuestListener::getQuestId(void)   
     196    {
     197        return this->quest_->getId();
     198    }
     199
     200    /**
     201    @brief
    192202        Executes the QuestListener, resp. fires an Event.
    193203    @return
Note: See TracChangeset for help on using the changeset viewer.