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

Method Suspend

src/SB/Game/zNPCGoalRobo.cpp:1161–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161S32 zNPCGoalAlertFodBzzt::Suspend(F32 dt, void* updCtxt)
1162{
1163 zNPC_SNDStop(eNPCSnd_FodBzztAttack);
1164 return xGoal::Suspend(dt, updCtxt);
1165}
1166
1167S32 zNPCGoalAlertFodBzzt::Resume(F32 dt, void* updCtxt)
1168{

Callers

nothing calls this directly

Calls 2

zNPC_SNDStopFunction · 0.85
SuspendFunction · 0.50

Tested by

no test coverage detected