MCPcopy 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
1453void SaveItems(ItemStruct *pItem, const int n)
1454{
1455 for (int i = 0; i < n; i++) {
1456 SaveItem(&pItem[i]);
1457 }
1458}
1459
1460void SavePremium(int i)
1461{

Callers 1

SavePlayerFunction · 0.85

Calls 1

SaveItemFunction · 0.85

Tested by

no test coverage detected