Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
CCMD (messagemode)
419
{
420
if (menuactive == MENU_Off)
421
{
422
chatmodeon = 1;
423
C_HideConsole ();
424
CT_ClearChatMessage ();
425
}
426
}
427
428
429
CCMD (messagemode2)
Callers
nothing calls this directly
Calls
5
C_HideConsole
Function · 0.85
CT_ClearChatMessage
Function · 0.85
Printf
Function · 0.85
ShoveChatStr
Function · 0.85
argc
Method · 0.80
Tested by
no test coverage detected