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

Function M_Active

source/core/gamecontrol.cpp:1462–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460}
1461
1462bool M_Active()
1463{
1464 return CurrentMenu != nullptr || ConsoleState == c_down || ConsoleState == c_falling;
1465}
1466
1467struct gamefilter
1468{

Callers 8

drawscreenFunction · 0.85
ChopsCheckFunction · 0.85
RenderMethod · 0.85
TickerMethod · 0.85
viewDrawScreenFunction · 0.85
drawMapTitleFunction · 0.85
getInputMethod · 0.85
updatePauseStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected