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

Method GetData

src/game/map/render_layer.cpp:912–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910
911template<class T>
912T *CRenderLayerTile::GetData() const
913{
914 return (T *)GetRawData();
915}
916
917void CRenderLayerTile::GetTileData(unsigned char *pIndex, unsigned char *pFlags, int *pAngleRotate, unsigned int x, unsigned int y, int CurOverlay) const
918{

Callers 6

InitTilemapSkipMethod · 0.45
InitMethod · 0.45
LoadMethod · 0.45
GetRawDataMethod · 0.45
OnMapChangeMethod · 0.45
LoadMapSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected