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

Method Exit

src/SB/Game/zNPCTypeBossPatrick.cpp:2470–2480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2468}
2469
2470S32 zNPCGoalBossPatHit::Exit(F32 dt, void* updCtxt)
2471{
2472 zNPCBPatrick* pat = (zNPCBPatrick*)this->GetOwner();
2473
2474 sPat_Ptr->boundList[0]->chkby |= 0x10;
2475 sPat_Ptr->boundList[1]->chkby |= 0x10;
2476 sPat_Ptr->boundList[2]->chkby |= 0x10;
2477 sPat_Ptr->boundList[3]->chkby |= 0x10;
2478
2479 return xGoal::Exit(dt, updCtxt);
2480}
2481
2482S32 zNPCGoalBossPatSpit::Enter(F32 dt, void* updCtxt)
2483{

Callers

nothing calls this directly

Calls 3

xSndStopFunction · 0.85
GetOwnerMethod · 0.80
ExitFunction · 0.50

Tested by

no test coverage detected