Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xGroupFindItemPtr
Function
xGroupFindItemPtr
src/SB/Core/x/xGroup.cpp:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
xBase* xGroupFindItemPtr(xGroup* g, U32 index)
194
{
195
return (xBase*)zSceneFindObject((U32)((U32*)(g->asset + 1))[index]);
196
}
197
198
U32 xGroupGetItem(xGroup* g, U32 index)
199
{
Callers
1
xGroupSetup
Function · 0.85
Calls
1
zSceneFindObject
Function · 0.85
Tested by
no test coverage detected