Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
651
void LoadItem(int i)
652
{
653
LoadItemData(&item[i]);
654
GetItemFrm(i);
655
}
656
657
void LoadItemData(ItemStruct *pItem)
658
{
Callers
2
LoadGame
Function · 0.85
LoadLevel
Function · 0.85
Calls
2
LoadItemData
Function · 0.85
GetItemFrm
Function · 0.85
Tested by
no test coverage detected