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

Method Enter

src/SB/Game/zNPCTypeBossSB2.cpp:1499–1509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497}
1498
1499S32 zNPCGoalBossSB2Intro::Enter(F32 dt, void* updCtxt)
1500{
1501 if (owner.said_intro == 0)
1502 {
1503 owner.say(0);
1504 owner.said_intro = 1;
1505 }
1506 owner.delay = 0.0f;
1507 zEntPlayerControlOff(CONTROL_OWNER_BOSS);
1508 return zNPCGoalCommon::Enter(dt, updCtxt);
1509}
1510
1511S32 zNPCGoalBossSB2Intro::Exit(F32 dt, void* updCtxt)
1512{

Callers

nothing calls this directly

Calls 7

choose_handMethod · 0.80
activate_handMethod · 0.80
zEntPlayerControlOffFunction · 0.70
play_soundFunction · 0.70
EnterFunction · 0.50
sayMethod · 0.45
decomposeMethod · 0.45

Tested by

no test coverage detected