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

Method UnSubscribe

src/SB/Core/x/xBehaveMgr.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void xBehaveMgr::UnSubscribe(xPsyche* psy)
80{
81 psy->KillBrain(this->goalFactory);
82 XOrdRemove(&this->psylist, psy, -1);
83}
84
85void xBehaveMgr::ScenePrepare()
86{

Callers 1

SelfDestroyMethod · 0.80

Calls 2

KillBrainMethod · 0.80
XOrdRemoveFunction · 0.70

Tested by

no test coverage detected