Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ Lobotomy
Method
Lobotomy
src/SB/Core/x/xBehaveMgr.cpp:191–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void xPsyche::Lobotomy(xFactory* factory)
192
{
193
while (this->goallist != NULL)
194
{
195
xGoal* goal = this->goallist->RemHead(&this->goallist);
196
factory->DestroyItem(goal);
197
}
198
}
199
200
void xPsyche::Amnesia(S32 i)
201
{
Callers
1
KillBrain
Method · 0.95
Calls
1
DestroyItem
Method · 0.80
Tested by
no test coverage detected