Close the in-game console. */
| 440 | |
| 441 | /** Close the in-game console. */ |
| 442 | void IConsoleClose() |
| 443 | { |
| 444 | if (_iconsole_mode == ICONSOLE_OPENED) IConsoleSwitch(); |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | * Add the entered line into the history so you can look it back |
no test coverage detected