Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 1:29:33 PM (15 years ago)
Author:
dafrick
Message:

Just changed some small stuff…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/AddQuestHint.cc

    r2159 r2191  
    7979    /**
    8080    @brief
    81         Sets the id of the quest hint to be added to the player the effect is invoked on.
     81        Sets the id of the QuestHint to be added to the player the QuestEffect is invoked on.
    8282    @param id
    8383        The QuestHint id.
     
    8585        Returns true if successful.
    8686    */
    87     inline void AddQuestHint::setHintId(const std::string & id)
     87    bool AddQuestHint::setHintId(const std::string & id)
    8888    {
    8989        if(!QuestItem::isId(id))
     
    9999    /**
    100100    @brief
    101         Invokes the effect.
     101        Invokes the QuestEffect.
    102102    @param player
    103103        The player.
    104104    @return
    105         Returns true if the effect was successfully invoked.
     105        Returns true if the QuestEffect was successfully invoked.
    106106    */
    107107    bool AddQuestHint::invoke(ControllableEntity* player)
Note: See TracChangeset for help on using the changeset viewer.