Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ getLabel
Method
getLabel
src/bzflag/HUDuiElement.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
std::string HUDuiElement::getLabel() const {
54
return BundleMgr::getCurrentBundle()->getLocalString(label);
55
}
56
57
const LocalFontFace* HUDuiElement::getFontFace() const {
58
return elementFontFace;
Callers
5
resize
Method · 0.80
getComposePrompt
Method · 0.80
setComposePrompt
Method · 0.80
resize
Method · 0.80
resize
Method · 0.80
Calls
1
getLocalString
Method · 0.80
Tested by
no test coverage detected