MCPcopy 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
1062bool StringInPanel(const char *str)
1063{
1064 return GetLineWidth(str, GameFont12, 2) < 254;
1065}
1066
1067int PLVal(int pv, int p1, int p2, int minv, int maxv)
1068{

Callers 4

GenerateStaffNameFunction · 0.85
GenerateStaffNameMagicalFunction · 0.85
GetItemPowerFunction · 0.85

Calls 1

GetLineWidthFunction · 0.85

Tested by

no test coverage detected