Changeset 7401 for code/trunk/src/orxonox/controllers
- Timestamp:
- Sep 11, 2010, 12:34:00 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/doc (added) merged: 7290-7292,7296-7300,7302-7304,7306-7312,7315-7318,7323,7325,7327,7331-7332,7334-7335,7345-7347,7352-7353,7356-7357,7361,7363-7367,7371-7375,7388
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/ArtificialController.cc
r7284 r7401 558 558 559 559 /** 560 @brief Master sets its slaves free for @ varFREEDOM_COUNT seconds.560 @brief Master sets its slaves free for @ref FREEDOM_COUNT seconds. 561 561 */ 562 562 void ArtificialController::forceFreeSlaves() … … 665 665 @brief Master begins to follow a pawn. Is a "specific master action". 666 666 @param pawn pawn to follow. 667 @param al aways follows pawn forever if true (false if omitted).667 @param always follows pawn forever if true (false if omitted). 668 668 @param secondsToFollow seconds to follow the pawn if always is false. Will follow pawn 100 seconds if omitted (set in header). 669 669 */
Note: See TracChangeset
for help on using the changeset viewer.