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/AddQuest.cc

    r2159 r2191  
    5151    /**
    5252    @brief
    53         Constructor. Registers the quest.
     53        Constructor. Registers the object.
    5454    */
    5555    AddQuest::AddQuest(BaseObject* creator) : ChangeQuestStatus(creator)
     
    7878    /**
    7979    @brief
    80         Invokes the effect.
     80        Invokes the QuestEffect.
    8181    @param player
    82         The player the effect is invoked on.
     82        The player the QuestEffect is invoked on.
    8383    @return
    84         Returns true if the effect was successfully invoked.
     84        Returns true if the QuestEffect was successfully invoked.
    8585    */
    8686    bool AddQuest::invoke(ControllableEntity* player)
Note: See TracChangeset for help on using the changeset viewer.