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

Method Resume

src/SB/Game/zNPCGoalStd.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121S32 zNPCGoalPushAnim::Resume(F32 dt, void* updCtxt)
122{
123 flg_pushanim |= (1 << 0);
124
125 return zNPCGoalCommon::Resume(dt, updCtxt);
126}
127
128S32 zNPCGoalLoopAnim::Enter(F32 dt, void* updCtxt)
129{

Callers

nothing calls this directly

Calls 4

xurandFunction · 0.85
Chk_AutoSmoothFunction · 0.85
MvptCycleMethod · 0.80
ResumeFunction · 0.50

Tested by

no test coverage detected