Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ StringInPanel
Function
StringInPanel
Source/items.cpp:1062–1065 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1060
}
1061
1062
bool StringInPanel(const char *str)
1063
{
1064
return GetLineWidth(str, GameFont12, 2) < 254;
1065
}
1066
1067
int PLVal(int pv, int p1, int p2, int minv, int maxv)
1068
{
Callers
4
GenerateStaffName
Function · 0.85
GenerateStaffNameMagical
Function · 0.85
GetItemPower
Function · 0.85
GetTranslatedItemNameMagical
Function · 0.85
Calls
1
GetLineWidth
Function · 0.85
Tested by
no test coverage detected