Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void* 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
FindAndInstanceAtomicCallback
Function · 0.85
iModelNumBones
Function · 0.85
iModelAnimMatrices
Function · 0.85
iModelRender
Function · 0.85
Calls
1
GetChildFrameHierarchy
Function · 0.70
Tested by
no test coverage detected