MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / AddPanelString

Function AddPanelString

Source/control.cpp:749–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void AddPanelString(string_view str)
750{
751 if (InfoString.empty())
752 InfoString = str;
753 else
754 InfoString = StrCat(InfoString, "\n", str);
755}
756
757void AddPanelString(std::string &&str)
758{

Callers 15

PrintMonstHistoryFunction · 0.85
PrintUniqueHistoryFunction · 0.85
TimeoutCursorFunction · 0.85
HelpKeyPressedFunction · 0.85
CheckPanelInfoFunction · 0.85
DrawInfoBoxFunction · 0.85
CheckTownFunction · 0.85
CheckRportalFunction · 0.85
PrintItemOilFunction · 0.85
printItemMiscKBMFunction · 0.85
printItemMiscGamepadFunction · 0.85

Calls 2

StrCatFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected