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

Method IncludesNPC

src/SB/Game/zNPCGoalRobo.cpp:5168–5172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5166}
5167
5168S32 NPCArena::IncludesNPC(zNPCCommon* npc, float dt, xVec3* vec)
5169{
5170 xVec3* pos = npc->Pos();
5171 return IncludesPos(pos, dt, vec);
5172}
5173
5174F32 zNPCRobot::FacePlayer(F32 dt, F32 spd_turn)
5175{

Callers 2

ProcessMethod · 0.80
ChkPrelimTranMethod · 0.80

Calls 1

PosMethod · 0.45

Tested by

no test coverage detected