MCPcopy 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
53std::string HUDuiElement::getLabel() const {
54 return BundleMgr::getCurrentBundle()->getLocalString(label);
55}
56
57const LocalFontFace* HUDuiElement::getFontFace() const {
58 return elementFontFace;

Callers 5

resizeMethod · 0.80
getComposePromptMethod · 0.80
setComposePromptMethod · 0.80
resizeMethod · 0.80
resizeMethod · 0.80

Calls 1

getLocalStringMethod · 0.80

Tested by

no test coverage detected