MCPcopy Create free account
hub / github.com/ddnet/ddnet / FindItemIndex

Method FindItemIndex

src/engine/shared/map.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int CMap::FindItemIndex(int Type, int Id)
65{
66 return m_DataFile.FindItemIndex(Type, Id);
67}
68
69void *CMap::FindItem(int Type, int Id)
70{

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36