Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ TileDirection
Function
TileDirection
library/include/TileTypes.h:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
};
46
47
inline TileDirection()
48
{
49
whole = 0;
50
}
51
TileDirection( uint32_t whole_bits)
52
{
53
whole = whole_bits;
Callers
2
tileDirection
Function · 0.85
smooth_tile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected