Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
749
void AddPanelString(string_view str)
750
{
751
if (InfoString.empty())
752
InfoString = str;
753
else
754
InfoString = StrCat(InfoString,
"\n"
, str);
755
}
756
757
void AddPanelString(std::string &&str)
758
{
Callers
15
PrintMonstHistory
Function · 0.85
PrintUniqueHistory
Function · 0.85
TimeoutCursor
Function · 0.85
HelpKeyPressed
Function · 0.85
CheckPanelInfo
Function · 0.85
DrawInfoBox
Function · 0.85
CheckTown
Function · 0.85
CheckRportal
Function · 0.85
PrintItemOil
Function · 0.85
printItemMiscKBM
Function · 0.85
printItemMiscGenericGamepad
Function · 0.85
printItemMiscGamepad
Function · 0.85
Calls
2
StrCat
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected