MCPcopy 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

tileDirectionFunction · 0.85
smooth_tileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected