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

Method DestroyAll

src/SB/Core/x/xFactory.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void xFactory::DestroyAll()
164{
165 while (products)
166 {
167 DestroyItem(products);
168 }
169}
170
171void xFactory::DestroyItem(xFactoryInst* item)
172{

Callers 1

SceneFinishMethod · 0.80

Calls 1

DestroyItemFunction · 0.85

Tested by

no test coverage detected