MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xGridIterFirstCell

Function xGridIterFirstCell

src/SB/Core/x/xGrid.cpp:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294xGridBound* xGridIterFirstCell(xGrid* grid, F32 posx, F32 posy, F32 posz, S32& grx, S32& grz,
295 xGridIterator& iter)
296{
297 xGridGetCell(grid, posx, posy, posz, grx, grz);
298 return xGridIterFirstCell(grid, grx, grz, iter);
299}
300
301S32 xGridEntIsTooBig(xGrid* grid, const xEnt* ent)
302{

Callers 1

xGridCheckPositionFunction · 0.70

Calls 1

xGridGetCellFunction · 0.70

Tested by

no test coverage detected