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

Function iAnimBoneCount

src/SB/Core/gc/iAnim.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28U32 iAnimBoneCount(void* RawData)
29{
30 if (*(U32*)RawData == '1BKS')
31 {
32 return ((iAnimSKBHeader*)RawData)->BoneCount;
33 }
34
35 return 0;
36}
37
38// non-matching: incorrect instruction order and regalloc
39void iAnimBlend(F32 BlendFactor, F32 BlendRecip, U16* BlendTimeOffset,

Callers 3

zEntSimpleObj_InitFunction · 0.85
zEntPickupInitFunction · 0.85
xAnimFileNewBilinearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected