Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2010, 8:31:12 PM (15 years ago)
Author:
youngk
Message:

Added descriptions and missing documentation to the classes I edited last semester. Thanks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/orxonox/MoodManager.h

    r6417 r6767  
    3838namespace orxonox
    3939{
     40    /**
     41     * The MoodManager class enables the game to set different themes, i.e. audio themes, each
     42     * with a set of different audio files. A theme (called mood) is set by the server and applies to
     43     * all clients. Existing moods are currently hard-coded in function checkMoodValidity(). Each mood
     44     * needs to have a folder with its name in "data_extern/audo/ambient/" containing sound files named like
     45     * the ones in mood "default".
     46     */
    4047    class _OrxonoxExport MoodListener : virtual public OrxonoxClass
    4148    {
Note: See TracChangeset for help on using the changeset viewer.