MCPcopy Create free account
hub / github.com/ZDoom/Raze / CCMD

Function CCMD

source/core/ct_chat.cpp:418–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418CCMD (messagemode)
419{
420 if (menuactive == MENU_Off)
421 {
422 chatmodeon = 1;
423 C_HideConsole ();
424 CT_ClearChatMessage ();
425 }
426}
427
428
429CCMD (messagemode2)

Callers

nothing calls this directly

Calls 5

C_HideConsoleFunction · 0.85
CT_ClearChatMessageFunction · 0.85
PrintfFunction · 0.85
ShoveChatStrFunction · 0.85
argcMethod · 0.80

Tested by

no test coverage detected