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

    r2159 r2191  
    7878    /**
    7979    @brief
    80         Checks whether the hint is active for a specific player.
     80        Checks whether the QuestHint is active for a specific player.
    8181    @param player
    8282        The player.
     
    8484        Throws an Argument Exception if the input Player-pointer is NULL.
    8585    @return
    86         Returns true if the hint is active for the specified player.
     86        Returns true if the QuestHint is active for the specified player.
    8787    */
    8888    bool QuestHint::isActive(ControllableEntity* player)
     
    134134    /**
    135135    @brief
    136         Sets the quest the QuestHitn belongs to.
     136        Sets the Quest the QuestHint belongs to.
    137137    @param quest
    138         The quest to be set as quest the hint is attached to.
     138        The Quest to be set as Quest the QuestHint is attached to.
    139139    @return
    140140        Returns true if successful.
Note: See TracChangeset for help on using the changeset viewer.