Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2009, 10:17:01 PM (15 years ago)
Author:
dafrick
Message:

Some more updated documentation, this time in QuestEffectBeacon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestEffectBeacon.h

    r5929 r5938  
    114114            std::list<QuestEffect*> effects_; //!< The list of QuestEffects to be invoked on the executing player.
    115115            int times_; //!< Number of times the beacon can be exectued.
    116             QuestEffectBeaconStatus::Value status_; //!< The status of the QUestEffectBeacon, Can be eighter active or inactive.
     116            QuestEffectBeaconStatus::Value status_; //!< The status of the QuestEffectBeacon, Can be eighter active or inactive.
    117117
    118118            bool setTimes(const int & n); //!< Set the number of times the QuestEffectBeacon can be executed.
Note: See TracChangeset for help on using the changeset viewer.