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

Method GetItemSize

src/engine/shared/map.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49int CMap::GetItemSize(int Index)
50{
51 return m_DataFile.GetItemSize(Index);
52}
53
54void *CMap::GetItem(int Index, int *pType, int *pId)
55{

Callers 15

LoadMapSettingsMethod · 0.45
TranslateSnapMethod · 0.45
LoadMethod · 0.45
OnMapChangeMethod · 0.45
LoadMapSettingsMethod · 0.45
ResaveMapFunction · 0.45
ProcessFunction · 0.45
TestMapFunction · 0.45
SnapGetItemMethod · 0.45
ProcessFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestMapFunction · 0.36
TESTFunction · 0.36