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

Method Suspend

src/SB/Game/zNPCGoalStd.cpp:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350S32 zNPCGoalIdle::Suspend(F32 dt, void* updCtxt)
351{
352 zNPCCommon* npc = (zNPCCommon*)psyche->clt_owner;
353 npc->RestoreColFlags();
354
355 return xGoal::Suspend(dt, updCtxt);
356}
357
358S32 zNPCGoalIdle::Resume(F32 dt, void* updCtxt)
359{

Callers 1

hack_function_orderFunction · 0.45

Calls 2

RestoreColFlagsMethod · 0.80
SuspendFunction · 0.50

Tested by

no test coverage detected