Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void xBehaveMgr::UnSubscribe(xPsyche* psy)
80
{
81
psy->KillBrain(this->goalFactory);
82
XOrdRemove(&this->psylist, psy, -1);
83
}
84
85
void xBehaveMgr::ScenePrepare()
86
{
Callers
1
SelfDestroy
Method · 0.80
Calls
2
KillBrain
Method · 0.80
XOrdRemove
Function · 0.70
Tested by
no test coverage detected