Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace 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
uncompressFile
Function · 0.45
indexOf
Function · 0.45
draw
Function · 0.45
drawScroll
Function · 0.45
openTextInput
Function · 0.45
prepareDraw
Function · 0.45
draw
Function · 0.45
prepareGameState
Function · 0.45
exportGameState
Function · 0.45
loadSave
Function · 0.45
importSaveToGameState
Function · 0.45
readChunk
Method · 0.45
Calls
no outgoing calls
Tested by
1
drawScroll
Function · 0.36