- Timestamp:
- Nov 2, 2009, 5:54:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/overlays/InGameConsole.cc
r6010 r6015 336 336 337 337 /** 338 @brief Called if a command is about to be executed 339 */ 340 void InGameConsole::executed() 341 { 342 this->shell_->addOutputLine(this->shell_->getInput()); 343 } 344 345 /** 338 346 @brief Called if the console gets closed. 339 347 */
Note: See TracChangeset
for help on using the changeset viewer.