Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xModelEval
Function
xModelEval
src/SB/Core/x/xModel.cpp:344–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
void xModelEval(xModelInstance* model)
345
{
346
while (model != NULL)
347
{
348
xModelEvalSingle(model);
349
model = model->Next;
350
}
351
}
352
353
void xModelRenderSingle(xModelInstance* modelInst)
354
{
Callers
8
update
Method · 0.85
update_missle
Function · 0.85
zUI_Update
Function · 0.85
zEntInit
Function · 0.85
zEntReset
Function · 0.85
update
Method · 0.85
update
Method · 0.85
xEntEndUpdate
Function · 0.85
Calls
1
xModelEvalSingle
Function · 0.70
Tested by
no test coverage detected