Home
last modified time | relevance | path

Searched refs:CellOutside (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_WorldEffects.cpp422 inline bool CellOutside(int x, int y, int z, int bit) in CellOutside() function
654 return wz.CellOutside(x, y, z, bit); in PointOutside()
676 return (wz.CellOutside(x, y, z, bit)); in PointOutside()
692 if (!wz.CellOutside(mXCell, mYCell, z, mZBit)) in PointOutside()
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_WorldEffects.cpp492 inline bool CellOutside(int x, int y, int z, int bit) in CellOutside() function
831 return wz.CellOutside(x, y, z, bit); in PointOutside()
853 return (wz.CellOutside(x, y, z, bit)); in PointOutside()
869 if (!wz.CellOutside(mXCell, mYCell, z, mZBit)) in PointOutside()