- Timestamp:
- Nov 12, 2008, 1:29:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem2/src/orxonox/objects/quest/AddReward.cc
r2159 r2191 75 75 /** 76 76 @brief 77 Returns the rewardbale object at the given index.77 Returns the Rewardable object at the given index. 78 78 @param index 79 79 The index. 80 80 @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. 82 82 */ 83 83 const Rewardable* AddReward::getRewardables(unsigned int index) const … … 97 97 /** 98 98 @brief 99 Invokes the effect.99 Invokes the QuestEffect. 100 100 @param player 101 101 The player. 102 102 @return 103 Returns true if the effect was invoked successfully.103 Returns true if the QuestEffect was invoked successfully. 104 104 */ 105 105 bool AddReward::invoke(ControllableEntity* player)
Note: See TracChangeset
for help on using the changeset viewer.