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

Function xGridAdd

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

Source from the content-addressed store, hash-verified

120}
121
122void xGridAdd(xGrid* grid, xGridBound* bound, S32 x, S32 z)
123{
124 xGridAddToCell(&grid->cells[z * grid->nx] + x, bound);
125}
126
127S32 xGridAdd(xGrid* grid, xEnt* ent)
128{

Callers 4

xGridUpdateFunction · 0.70
zGridUpdateEntFunction · 0.50

Calls 1

xGridAddToCellFunction · 0.85

Tested by

no test coverage detected