MCPcopy 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
857void LoadItem(LoadHelper &file, Item &item)
858{
859 LoadAndValidateItemData(file, item);
860 GetItemFrm(item);
861}
862
863void LoadPremium(LoadHelper &file, int i)
864{

Callers 1

LoadDroppedItemsFunction · 0.85

Calls 2

LoadAndValidateItemDataFunction · 0.85
GetItemFrmFunction · 0.85

Tested by

no test coverage detected