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

Function xGroupGetItemPtr

src/SB/Core/x/xGroup.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184xBase* xGroupGetItemPtr(xGroup* g, U32 index)
185{
186 if ((g->flg_group & 1) == 0)
187 {
188 xGroupSetup(g);
189 }
190 return g->item != NULL ? g->item[index] : NULL;
191}
192
193xBase* xGroupFindItemPtr(xGroup* g, U32 index)
194{

Callers 7

zSceneSetupFunction · 0.85
trigger_soundFunction · 0.85
MasterLoveSlaveMethod · 0.85
ParseChildMethod · 0.85
RecurseChildFunction · 0.85
xUpdateCull_InitFunction · 0.85
xParEmitterEmitFunction · 0.85

Calls 1

xGroupSetupFunction · 0.70

Tested by

no test coverage detected