Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ FindItem
Method
FindItem
src/engine/shared/map.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void *CMap::FindItem(int Type, int Id)
70
{
71
return m_DataFile.FindItem(Type, Id);
72
}
73
74
int CMap::NumItems() const
75
{
Callers
6
Process
Function · 0.45
PrintMapInfo
Function · 0.45
ExtractMap
Function · 0.45
SnapFindItem
Method · 0.45
Load
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36