MCPcopy Create free account
hub / github.com/DFHack/dfhack / isWalkable

Function isWalkable

library/include/TileTypes.h:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 inline
263 bool isWalkable(df::tiletype tiletype)
264 {
265 return ENUM_ATTR(tiletype_shape, walkable, tileShape(tiletype));
266 }
267
268 inline
269 bool isWalkableUp(df::tiletype tiletype)

Callers 4

autodump_mainFunction · 0.85
expand_burrowsFunction · 0.85
simulate_fallFunction · 0.85
simulate_fallFunction · 0.85

Calls 1

tileShapeFunction · 0.85

Tested by

no test coverage detected