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

Method Resume

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

Source from the content-addressed store, hash-verified

63}
64
65S32 xGoalGeneric::Resume(F32 dt, void* updCtxt)
66{
67 if (this->fun_resume)
68 {
69 return this->fun_resume(this, this->usrData, dt, updCtxt);
70 }
71
72 return xGoal::Resume(dt, updCtxt);
73}
74
75S32 xGoalGeneric::SysEvent(xBase* from, xBase* to, U32 toEvent, const F32* toParam,
76 xBase* toParamWidget, S32* handled)

Callers

nothing calls this directly

Calls 1

ResumeFunction · 0.50

Tested by

no test coverage detected