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

Function zEntSimpleObj_Init

src/SB/Game/zEntSimpleObj.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void zEntSimpleObj_Init(void* ent, void* asset)
445{
446 zEntSimpleObj_Init((zEntSimpleObj*)ent, (xEntAsset*)asset, 0);
447}
448
449void zEntSimpleObj_Render(xEnt* ent)
450{

Callers 1

zEntTrackPhysics_InitFunction · 0.70

Calls 7

strcmpFunction · 0.85
xAnimPlaySetStateFunction · 0.85
iAnimBoneCountFunction · 0.85
iModelNumBonesFunction · 0.85
zEntInitFunction · 0.70
zEntResetFunction · 0.70
xSTFindAssetFunction · 0.50

Tested by

no test coverage detected