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

Method Init

src/SB/Game/zNPCTypeDuplotron.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void zNPCDuplotron::Init(xEntAsset* asset)
101{
102 zNPCCommon::Init(asset);
103 this->flg_move = 1;
104 this->flg_vuln = -0xfff9;
105 this->flg_vuln &= ~0x60000000;
106 this->flg_vuln &= ~0x1000000;
107 this->rast_blinky = NULL;
108 return;
109}
110
111void zNPCDuplotron::Setup()
112{

Callers

nothing calls this directly

Calls 1

InitFunction · 0.50

Tested by

no test coverage detected