Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SaveItems
Function
SaveItems
Source/loadsave.cpp:1453–1458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1451
}
1452
1453
void SaveItems(ItemStruct *pItem, const int n)
1454
{
1455
for (int i = 0; i < n; i++) {
1456
SaveItem(&pItem[i]);
1457
}
1458
}
1459
1460
void SavePremium(int i)
1461
{
Callers
1
SavePlayer
Function · 0.85
Calls
1
SaveItem
Function · 0.85
Tested by
no test coverage detected