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

Method Init

src/SB/Game/zNPCTypeRobot.cpp:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void zNPCRobot::Init(xEntAsset* asset)
334{
335 zNPCCommon::Init(asset);
336 this->flg_move = 10;
337 this->flg_vuln = -1;
338 this->idx_neckBone = -1;
339 this->flags1.flg_basenpc |= 8;
340}
341
342void zNPCHammer::Init(xEntAsset* asset)
343{

Callers

nothing calls this directly

Calls 4

ModelAtomicFindFunction · 0.85
UVVelSetMethod · 0.80
NPAR_PartySetupFunction · 0.70
InitFunction · 0.50

Tested by

no test coverage detected