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

Method SelfDestroy

src/SB/Game/zNPCTypeCommon.cpp:1751–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749}
1750
1751void zNPCCommon::SelfDestroy()
1752{
1753 xBehaveMgr* bmgr = xBehaveMgr_GetSelf();
1754 if (psy_instinct != NULL)
1755 {
1756 bmgr->UnSubscribe(psy_instinct);
1757 }
1758 psy_instinct = NULL;
1759}
1760
1761void zNPCCommon::TagVerts()
1762{

Callers

nothing calls this directly

Calls 2

xBehaveMgr_GetSelfFunction · 0.85
UnSubscribeMethod · 0.80

Tested by

no test coverage detected