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

Method Enter

src/SB/Game/zNPCGoalStd.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59S32 zNPCGoalPushAnim::Enter(F32 dt, void* updCtxt)
60{
61 flg_pushanim &= (1 << 16) | (1 << 2) | (1 << 1);
62 lastAnimTime = -1.0f;
63
64 return zNPCGoalCommon::Enter(dt, updCtxt);
65}
66
67S32 zNPCGoalPushAnim::Exit(F32 dt, void* updCtxt)
68{

Callers

nothing calls this directly

Calls 15

UseDefaultAnimsFunction · 0.85
DoExplicitAnimFunction · 0.85
xurandFunction · 0.85
DoOnArriveStuffFunction · 0.85
Chk_AutoSmoothFunction · 0.85
xVec3CopyFunction · 0.85
xSceneID2NameFunction · 0.85
xEntGetPosFunction · 0.85
xVec3AddScaledFunction · 0.85
NPCC_faceDirFunction · 0.85
NPCC_rightDirFunction · 0.85
xEntHideFunction · 0.85

Tested by

no test coverage detected