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

Function xAnimPoolFree

src/SB/Core/x/xAnim.cpp:2170–2185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168}
2169
2170void xAnimPoolFree(xAnimPlay* play)
2171{
2172 U32 i;
2173
2174 for (i = 0; i < play->NumSingle; i++)
2175 {
2176 EffectSingleStop(&play->Single[i]);
2177
2178 if (play->Single[i].Blend)
2179 {
2180 EffectSingleStop(play->Single[i].Blend);
2181 }
2182 }
2183
2184 xMemPoolFree(play->Pool, play);
2185}

Callers 1

xModelInstanceFreeFunction · 0.70

Calls 2

EffectSingleStopFunction · 0.70
xMemPoolFreeFunction · 0.70

Tested by

no test coverage detected