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

Function zEntSimpleObj_Render

src/SB/Game/zEntSimpleObj.cpp:449–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void zEntSimpleObj_Render(xEnt* ent)
450{
451 if (ent->model == NULL || xEntIsVisible(ent) == FALSE)
452 {
453 return;
454 }
455
456 xModelRender(ent->model);
457}
458
459void zEntSimpleObj_Init(zEntSimpleObj* ent, xEntAsset* asset, bool arg2)
460{

Callers 1

Calls 2

xEntIsVisibleFunction · 0.85
xModelRenderFunction · 0.85

Tested by

no test coverage detected