|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Use DRAMA to send a message to the user.
The supplied text is send to the user using, see MsgOut(). Normally this appears the user interface.
If the message contains line feed characters (\n), then they are used to break the message up.
| text | The string to output to the user. |
Reimplemented in drama::thread::TAction.
Referenced by drama::MessageHandler::MessageUser(), drama::thread::TAction::MessageUser(), drama::MessageHandler::MessageUserF(), and drama::thread::TAction::MessageUserF().