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

Function iModelNumBones

src/SB/Core/gc/iModel.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191U32 iModelNumBones(RpAtomic* model)
192{
193 RpHAnimHierarchy* obj = (RpHAnimHierarchy*)GetHierarchy(model);
194 return obj != 0 ? (U32)obj->numNodes : 0;
195}
196
197S32 iModelCull(RpAtomic* model, RwMatrix* mat)
198{

Callers 7

zEntSimpleObj_InitFunction · 0.85
zEntPickupInitFunction · 0.85
xModelInstanceAllocFunction · 0.85
xcsCalcAnimMatricesFunction · 0.85

Calls 1

GetHierarchyFunction · 0.85

Tested by

no test coverage detected