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

Method Setup

src/SB/Game/zNPCTypeRobot.cpp:975–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975void zNPCArfDog::Setup()
976{
977 zNPCCommon::Setup();
978 if (rast_blink == NULL)
979 {
980 rast_blink = NPCC_FindRWRaster(stringBase + 0x2e2); // "fx_fodbomb_blinker"
981 }
982}
983
984void zNPCFodBomb::Setup()
985{

Callers

nothing calls this directly

Calls 2

NPCC_FindRWRasterFunction · 0.85
SetupFunction · 0.50

Tested by

no test coverage detected