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

Method HoundPlayer

src/SB/Game/zNPCGoalRobo.cpp:3411–3417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3409}
3410
3411void zNPCGoalDogDash::HoundPlayer(F32 dt)
3412{
3413 zNPCRobot* npc = (zNPCRobot*)(psyche->clt_owner);
3414 npc->ThrottleAdjust(dt, 4.0f, 20.0f);
3415 xVec3* dir = NPCC_faceDir(npc);
3416 npc->ThrottleApply(dt, dir, 0);
3417}
3418
3419S32 zNPCGoalDogPounce::Enter(F32 dt, void* updCtxt)
3420{

Callers 1

ProcessMethod · 0.95

Calls 3

NPCC_faceDirFunction · 0.85
ThrottleAdjustMethod · 0.80
ThrottleApplyMethod · 0.80

Tested by

no test coverage detected