MCPcopy 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
1572bool IsLineNotSolid(Point startPoint, Point endPoint)
1573{
1574 return LineClear(IsTileNotSolid, startPoint, endPoint);
1575}
1576
1577void FollowTheLeader(Monster &monster)
1578{

Callers 2

GroupUnityFunction · 0.85
ScavengerFindCorpseFunction · 0.85

Calls 1

LineClearFunction · 0.85

Tested by

no test coverage detected