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

Method Enter

src/SB/Game/zNPCGoalDuplotron.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33S32 zNPCGoalDuploLive::Enter(F32 dt, void* updCtxt)
34{
35 livestat = LIVESTAT_NORMAL;
36 tmr_chkPlyrDist = 20.0f;
37
38 return zNPCGoalCommon::Enter(dt, updCtxt);
39}
40
41S32 zNPCGoalDuploLive::Process(en_trantype* trantype, F32 dt, void* updCtxt, xScene* xscn)
42{

Callers

nothing calls this directly

Calls 1

EnterFunction · 0.50

Tested by

no test coverage detected