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

Method Exit

src/SB/Game/zNPCTypeBossSandy.cpp:1472–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470}
1471
1472S32 zNPCGoalBossSandyIdle::Exit(F32 dt, void* updCtxt)
1473{
1474 zNPCBSandy* sandy = (zNPCBSandy*)psyche->clt_owner;
1475
1476 sandy->bossFlags &= ~0x20;
1477 sandy->boundFlags[10] &= ~0x10;
1478 sandy->boundFlags[12] &= ~0x10;
1479
1480 return xGoal::Exit(dt, updCtxt);
1481}
1482
1483S32 zNPCGoalBossSandyTaunt::Enter(F32 dt, void* updCtxt)
1484{

Callers

nothing calls this directly

Calls 1

ExitFunction · 0.50

Tested by

no test coverage detected