MCPcopy Create free account
hub / github.com/NetHack/NetHack / clearMessages

Method clearMessages

outdated/win/Qt3/qt3_win.cpp:1526–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524}
1525
1526void NetHackQtMapWindow::clearMessages()
1527{
1528 messages = "";
1529 update(messages_rect);
1530 messages_rect = QRect();
1531}
1532
1533void NetHackQtMapWindow::putMessage(int attr, const char* text)
1534{

Callers 1

ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected