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

    r2159 r2191  
    7575    /**
    7676    @brief
    77         Returns the rewardbale object at the given index.
     77        Returns the Rewardable object at the given index.
    7878    @param index
    7979        The index.
    8080    @return
    81         Returns a pointer to the rewardable object at the given index.
     81        Returns a pointer to the Rewardable object at the given index.
    8282    */
    8383    const Rewardable* AddReward::getRewardables(unsigned int index) const
     
    9797    /**
    9898    @brief
    99         Invokes the effect.
     99        Invokes the QuestEffect.
    100100    @param player
    101101        The player.
    102102    @return
    103         Returns true if the effect was invoked successfully.
     103        Returns true if the QuestEffect was invoked successfully.
    104104    */
    105105    bool AddReward::invoke(ControllableEntity* player)
Note: See TracChangeset for help on using the changeset viewer.