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

Function NPC_entwrap_bupdate

src/SB/Core/x/xNPCBasic.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void NPC_entwrap_bupdate(xEnt* ent, xVec3* pos)
322{
323 ((xNPCBasic*)ent)->BUpdate(pos);
324}
325
326void NPC_entwrap_move(xEnt* ent, xScene* scn, F32 dt, xEntFrame* frame)
327{

Callers

nothing calls this directly

Calls 1

BUpdateMethod · 0.45

Tested by

no test coverage detected