Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
void xFactory::DestroyAll()
164
{
165
while (products)
166
{
167
DestroyItem(products);
168
}
169
}
170
171
void xFactory::DestroyItem(xFactoryInst* item)
172
{
Callers
1
SceneFinish
Method · 0.80
Calls
1
DestroyItem
Function · 0.85
Tested by
no test coverage detected