MCPcopy Create free account
hub / github.com/diasurgical/devilution / LoadItem

Function LoadItem

Source/loadsave.cpp:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651void LoadItem(int i)
652{
653 LoadItemData(&item[i]);
654 GetItemFrm(i);
655}
656
657void LoadItemData(ItemStruct *pItem)
658{

Callers 2

LoadGameFunction · 0.85
LoadLevelFunction · 0.85

Calls 2

LoadItemDataFunction · 0.85
GetItemFrmFunction · 0.85

Tested by

no test coverage detected