MCPcopy 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
69void *CMap::FindItem(int Type, int Id)
70{
71 return m_DataFile.FindItem(Type, Id);
72}
73
74int CMap::NumItems() const
75{

Callers 6

ProcessFunction · 0.45
PrintMapInfoFunction · 0.45
ExtractMapFunction · 0.45
SnapFindItemMethod · 0.45
LoadMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36