MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / isActive

Method isActive

src/bzflag/HUDDialogStack.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool HUDDialogStack::isActive() const {
39 return stack.size() != 0;
40}
41
42HUDDialog* HUDDialogStack::top() const {
43 const int index = (const int)stack.size();

Callers 7

resizeMethod · 0.95
doKeyCommonFunction · 0.45
joinInternetGame2Function · 0.45
renderDialogFunction · 0.45
checkDirtyControlPanelFunction · 0.45
drawFrameFunction · 0.45
startPlayingFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected