Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
void xGridAdd(xGrid* grid, xGridBound* bound, S32 x, S32 z)
123
{
124
xGridAddToCell(&grid->cells[z * grid->nx] + x, bound);
125
}
126
127
S32 xGridAdd(xGrid* grid, xEnt* ent)
128
{
Callers
4
xGridUpdate
Function · 0.70
zGridUpdateEnt
Function · 0.50
zNPCBSandy_AddBoundEntsToGrid
Function · 0.50
zNPCBPatrick_AddBoundEntsToGrid
Function · 0.50
Calls
1
xGridAddToCell
Function · 0.85
Tested by
no test coverage detected