[Orxonox-commit 3109] r7803 - code/trunk/src/orxonox
dafrick at orxonox.net
dafrick at orxonox.net
Sat Dec 25 20:53:13 CET 2010
Author: dafrick
Date: 2010-12-25 20:53:13 +0100 (Sat, 25 Dec 2010)
New Revision: 7803
Modified:
code/trunk/src/orxonox/LevelManager.h
Log:
Some small addition to the documentation.
Modified: code/trunk/src/orxonox/LevelManager.h
===================================================================
--- code/trunk/src/orxonox/LevelManager.h 2010-12-25 19:51:17 UTC (rev 7802)
+++ code/trunk/src/orxonox/LevelManager.h 2010-12-25 19:53:13 UTC (rev 7803)
@@ -47,7 +47,8 @@
/**
@brief
- 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").
+ 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).
+ 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").
@author
Fabian 'x3n' Landau
More information about the Orxonox-commit
mailing list