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

Function xGroupGetItem

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

Source from the content-addressed store, hash-verified

196}
197
198U32 xGroupGetItem(xGroup* g, U32 index)
199{
200 return (U32)((U32*)(g->asset + 1))[index];
201}
202
203U32 xGroup::get_any()
204{

Callers 3

zEnvRenderFunction · 0.85
xParEmitterEmitFunction · 0.85
xEntSetupPipelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected