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

Method Setup

src/SB/Game/zNPCTypeBossPlankton.cpp:1075–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075void zNPCBPlankton::Setup()
1076{
1077 U32 tmpVar;
1078
1079 zNPCBoss::Setup();
1080 zNPCBPlankton::setup_beam();
1081 tmpVar = xStrHash("NPC_NEWSCASTER");
1082 newsfish = (zNPCNewsFish*)zSceneFindObject(tmpVar);
1083}
1084
1085void zNPCBPlankton::PostSetup()
1086{

Callers

nothing calls this directly

Calls 3

zSceneFindObjectFunction · 0.85
SetupFunction · 0.50
xStrHashFunction · 0.50

Tested by

no test coverage detected