MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Close

Method Close

Descent3/hudmessage.cpp:1705–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703}
1704
1705void MsgListConsole::Close() {
1706 if (m_opened) {
1707 if (m_conlines)
1708 mem_free(m_conlines);
1709 if (m_buffer)
1710 mem_free(m_buffer);
1711 m_opened = false;
1712 ResumeControls();
1713 }
1714}
1715
1716void MsgListConsole::AttachMsgList(tMsgList *msglist) {
1717 m_list = msglist;

Callers 15

DrawMethod · 0.95
PilotSelectFunction · 0.45
PilotChooseFunction · 0.45
DoPilotTauntScreenFunction · 0.45
PltSelectShipFunction · 0.45
ShowPilotPicDialogFunction · 0.45
SaveGameDialogFunction · 0.45
LoadGameDialogFunction · 0.45
taunt_ImportWaveFunction · 0.45
MainMultiplayerMenuFunction · 0.45
DisplayNetDLLHelpFunction · 0.45

Calls 1

ResumeControlsFunction · 0.85

Tested by

no test coverage detected