Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ IsLineNotSolid
Function
IsLineNotSolid
Source/monster.cpp:1572–1575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1570
}
1571
1572
bool IsLineNotSolid(Point startPoint, Point endPoint)
1573
{
1574
return LineClear(IsTileNotSolid, startPoint, endPoint);
1575
}
1576
1577
void FollowTheLeader(Monster &monster)
1578
{
Callers
2
GroupUnity
Function · 0.85
ScavengerFindCorpse
Function · 0.85
Calls
1
LineClear
Function · 0.85
Tested by
no test coverage detected