MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / data

Method data

src/OpenLoco/src/Map/Tile.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace OpenLoco::World
15{
16 const uint8_t* TileElementBase::data() const
17 {
18 return (uint8_t*)this;
19 }
20
21 ElementType TileElementBase::type() const
22 {

Callers 15

uncompressFileFunction · 0.45
indexOfFunction · 0.45
drawFunction · 0.45
drawScrollFunction · 0.45
openTextInputFunction · 0.45
prepareDrawFunction · 0.45
drawFunction · 0.45
prepareGameStateFunction · 0.45
exportGameStateFunction · 0.45
loadSaveFunction · 0.45
importSaveToGameStateFunction · 0.45
readChunkMethod · 0.45

Calls

no outgoing calls

Tested by 1

drawScrollFunction · 0.36