MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsWall

Function IsWall

Source/engine/render/scrollrt.cpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911bool IsWall(Point position)
912{
913 return TileHasAny(dPiece[position.x][position.y], TileProperties::Solid) || dSpecial[position.x][position.y] != 0;
914}
915
916/**
917 * @brief Render a row of tile

Callers 1

DrawTileContentFunction · 0.85

Calls 1

TileHasAnyFunction · 0.85

Tested by

no test coverage detected