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

Method Suspend

src/SB/Core/x/xBehaveGoalSimple.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55S32 xGoalGeneric::Suspend(F32 dt, void* updCtxt)
56{
57 if (this->fun_suspend)
58 {
59 return this->fun_suspend(this, this->usrData, dt, updCtxt);
60 }
61
62 return xGoal::Suspend(dt, updCtxt);
63}
64
65S32 xGoalGeneric::Resume(F32 dt, void* updCtxt)
66{

Callers

nothing calls this directly

Calls 1

SuspendFunction · 0.50

Tested by

no test coverage detected