MCPcopy Create free account
hub / github.com/ddnet/ddnet / DisableMode

Method DisableMode

src/game/client/components/chat.cpp:531–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void CChat::DisableMode()
532{
533 if(m_Mode != MODE_NONE)
534 {
535 m_Mode = MODE_NONE;
536 m_Input.Deactivate();
537 }
538}
539
540void CChat::OnMessage(int MsgType, void *pRawMsg)
541{

Callers

nothing calls this directly

Calls 1

DeactivateMethod · 0.80

Tested by

no test coverage detected