MCPcopy Create free account
hub / github.com/diasurgical/devilution / SolidLoc

Function SolidLoc

Source/player.cpp:1016–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016BOOL SolidLoc(int x, int y)
1017{
1018 if (x < 0 || y < 0 || x >= MAXDUNX || y >= MAXDUNY) {
1019 return FALSE;
1020 }
1021
1022 return nSolidTable[dPiece[x][y]];
1023}
1024
1025BOOL PlrDirOK(int pnum, int dir)
1026{

Callers 8

MonstPlaceFunction · 0.85
InitMonstersFunction · 0.85
DirOKFunction · 0.85
PosOkMonstFunction · 0.85
PosOkMonst2Function · 0.85
PosOkMonst3Function · 0.85
PlrDirOKFunction · 0.85
PosOkPlayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected