MCPcopy 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
193xBase* xGroupFindItemPtr(xGroup* g, U32 index)
194{
195 return (xBase*)zSceneFindObject((U32)((U32*)(g->asset + 1))[index]);
196}
197
198U32 xGroupGetItem(xGroup* g, U32 index)
199{

Callers 1

xGroupSetupFunction · 0.85

Calls 1

zSceneFindObjectFunction · 0.85

Tested by

no test coverage detected