Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7803 for code/trunk/src


Ignore:
Timestamp:
Dec 25, 2010, 8:53:13 PM (13 years ago)
Author:
dafrick
Message:

Some small addition to the documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/LevelManager.h

    r7802 r7803  
    4848    /**
    4949    @brief
    50         The LevelManager keeps track of @ref orxonox::Level "Levels" whose activity has been requested and serves as an access point to get a list of all available @ref orxonox::Level "Levels" (or rather their respective @ref orxonox::LevelInfoItem "LevelInfoItems").
     50        The LevelManager keeps track of @ref orxonox::Level "Levels" whose activity has been requested and activates the @ref orxonox::Level "Levels" in the list in a FIFO manner with exactly one Level (the first in the list) being active at all times (unless the list is empty).
     51        It also serves as an access point to get a list of all available @ref orxonox::Level "Levels" (or rather their respective @ref orxonox::LevelInfoItem "LevelInfoItems").
    5152
    5253    @author
Note: See TracChangeset for help on using the changeset viewer.