Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ LoadItem
Function
LoadItem
Source/loadsave.cpp:857–861 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
855
}
856
857
void LoadItem(LoadHelper &file, Item &item)
858
{
859
LoadAndValidateItemData(file, item);
860
GetItemFrm(item);
861
}
862
863
void LoadPremium(LoadHelper &file, int i)
864
{
Callers
1
LoadDroppedItems
Function · 0.85
Calls
2
LoadAndValidateItemData
Function · 0.85
GetItemFrm
Function · 0.85
Tested by
no test coverage detected