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

Function CCMD

source/common/menu/menu.cpp:960–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958//=============================================================================
959
960CCMD (openmenu)
961{
962 if (argv.argc() < 2)
963 {
964 Printf("Usage: openmenu \"menu_name\"\n");
965 return;
966 }
967 M_StartControlPanel (true);
968 M_SetMenu(argv[1], -1);
969}
970
971CCMD (closemenu)
972{

Callers

nothing calls this directly

Calls 7

PrintfFunction · 0.85
M_StartControlPanelFunction · 0.85
M_SetMenuFunction · 0.85
M_ClearMenusFunction · 0.85
M_PreviousMenuFunction · 0.85
C_ToggleConsoleFunction · 0.85
argcMethod · 0.80

Tested by

no test coverage detected