Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ LoadItems
Function
LoadItems
Source/loadsave.cpp:735–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
733
}
734
735
void LoadItems(const int n, ItemStruct *pItem)
736
{
737
for (int i = 0; i < n; i++) {
738
LoadItemData(&pItem[i]);
739
}
740
}
741
742
void LoadPremium(int i)
743
{
Callers
1
LoadPlayer
Function · 0.85
Calls
1
LoadItemData
Function · 0.85
Tested by
no test coverage detected