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

Method Enter

src/SB/Game/zNPCTypeDutchman.cpp:1747–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747S32 zNPCGoalDutchmanInitiate::Enter(F32 dt, void* updCtxt)
1748{
1749 owner.get_orbit();
1750 owner.nav_curr->PosGet();
1751
1752 return zNPCGoalCommon::Enter(dt, updCtxt);
1753}
1754
1755S32 zNPCGoalDutchmanInitiate::Exit(F32 dt, void* updCtxt)
1756{

Callers

nothing calls this directly

Calls 4

face_playerMethod · 0.80
reset_lasso_animMethod · 0.80
EnterFunction · 0.50
PosGetMethod · 0.45

Tested by

no test coverage detected