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

Method Enter

src/SB/Game/zNPCGoalRobo.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259S32 zNPCGoalTaunt::Enter(F32 dt, void* updCtxt)
260{
261 zNPCCommon* npc = ((zNPCCommon*)(psyche->clt_owner));
262 npc->SndPlayRandom(NPC_STYP_LAUGH);
263 return zNPCGoalLoopAnim::Enter(dt, updCtxt);
264}
265
266S32 zNPCGoalTaunt::Process(en_trantype* trantype, F32 dt, void* updCtxt, xScene* xscn)
267{

Callers

nothing calls this directly

Calls 15

SetAttackModeMethod · 0.95
xrandFunction · 0.85
xVec3CopyFunction · 0.85
CalcAttackVectorFunction · 0.85
zNPC_SNDPlay3DFunction · 0.85
xurandFunction · 0.85
NPCC_faceDirFunction · 0.85
xVec3SMulByFunction · 0.85
xsqrtFunction · 0.85
DieTheGoodDeathFunction · 0.85
LaunchRoboBitsFunction · 0.85
xEntHideFunction · 0.85

Tested by

no test coverage detected