Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
bool HUDDialogStack::isActive() const {
39
return stack.size() != 0;
40
}
41
42
HUDDialog* HUDDialogStack::top() const {
43
const int index = (const int)stack.size();
Callers
7
resize
Method · 0.95
doKeyCommon
Function · 0.45
joinInternetGame2
Function · 0.45
renderDialog
Function · 0.45
checkDirtyControlPanel
Function · 0.45
drawFrame
Function · 0.45
startPlaying
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected