Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
911
bool 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
DrawTileContent
Function · 0.85
Calls
1
TileHasAny
Function · 0.85
Tested by
no test coverage detected