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

Function M_IsAnimated

source/common/menu/menu.cpp:460–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458
459
460bool M_IsAnimated()
461{
462 if (ConsoleState == c_down) return false;
463 if (!CurrentMenu) return false;
464 if (CurrentMenu->Animated) return true;
465 if (transition.previous) return true;
466 return false;
467}
468
469
470//=============================================================================

Callers 1

TryRunTicsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected