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

Function GetHierarchy

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

Source from the content-addressed store, hash-verified

45 }
46 return frame;
47}
48
49void* GetHierarchy(RpAtomic* frame)
50{
51 void* unk_0[2];
52 unk_0[0] = 0;
53 GetChildFrameHierarchy((RwFrame*)frame->object.object.parent, unk_0);
54 return unk_0[0];
55}
56

Callers 4

iModelNumBonesFunction · 0.85
iModelAnimMatricesFunction · 0.85
iModelRenderFunction · 0.85

Calls 1

GetChildFrameHierarchyFunction · 0.70

Tested by

no test coverage detected