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

Method ViciousAttack

src/SB/Game/zNPCGoalRobo.cpp:3369–3381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3367}
3368
3369void zNPCGoalDogLaunch::ViciousAttack(xVec3* pos_src, xVec3* pos_tgt, zMovePoint* mvpt, S32 unk)
3370{
3371 zNPCRobot* npc = (zNPCRobot*)(psyche->clt_owner);
3372 this->flg_launch = 0;
3373 if (unk != 0)
3374 {
3375 this->flg_launch |= 1;
3376 }
3377 this->pos_src = *pos_src;
3378 this->pos_tgt = *pos_tgt;
3379 npc->MvptReset(mvpt);
3380 this->flg_info |= 0x10;
3381}
3382
3383void zNPCGoalDogLaunch::FurryFlurry()
3384{

Callers 1

SilentSwimoutMethod · 0.95

Calls 1

MvptResetMethod · 0.80

Tested by

no test coverage detected