- Timestamp:
- Oct 30, 2008, 9:52:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem/src/orxonox/objects/QuestEffect.h
r2021 r2068 50 50 virtual ~QuestEffect(); 51 51 52 virtual voidinvoke(Player* player) = 0; //!< Invokes the effect.53 static voidinvokeEffects(Player* player, std::list<QuestEffect*> & effects); //!< Invokes all effects in the list.52 virtual bool invoke(Player* player) = 0; //!< Invokes the effect. 53 static bool invokeEffects(Player* player, std::list<QuestEffect*> & effects); //!< Invokes all effects in the list. 54 54 55 55
Note: See TracChangeset
for help on using the changeset viewer.