Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xEntEndCollide
Function
xEntEndCollide
src/SB/Core/x/xEnt.cpp:1333–1339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1331
}
1332
1333
void xEntEndCollide(xEnt* ent, xScene* sc, F32 dt)
1334
{
1335
if (ent->collis->post)
1336
{
1337
ent->collis->post(ent, sc, dt, ent->collis);
1338
}
1339
}
1340
1341
void xEntCollCheckEnv(xEnt* p, xScene* sc)
1342
{
Callers
1
xEntCollide
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected