MCPcopy 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
191void 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
200void xPsyche::Amnesia(S32 i)
201{

Callers 1

KillBrainMethod · 0.95

Calls 1

DestroyItemMethod · 0.80

Tested by

no test coverage detected