Console manager.
More...
#include <console.h>
|
| ConsoleManager () |
| Construct a new Console Manager object.
|
|
| ~ConsoleManager () |
| Destroy the Console Manager object.
|
|
void | start () |
| Starts listening for commands.
|
|
void | stop () |
| Stops listening for commands.
|
|
void | sendMessage (const ChatMessage &message) override |
| Sends a message to the console.
|
|
◆ inst()
◆ onPostPrint()
Post print hook.
So that we can print the currently written input at the end of the IO.
- Parameters
-
event | the post print event |
◆ sendMessage()
Sends a message to the console.
- Parameters
-
message | the message to send |
Implements ISender.
The documentation for this class was generated from the following files: