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

Function NPC_entwrap_reset

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

Source from the content-addressed store, hash-verified

280}
281
282void NPC_entwrap_reset(xEnt* ent)
283{
284 xNPCBasic* npc = (xNPCBasic*)ent;
285 npc->DBG_HaltOnMe(0, NULL);
286 npc->Reset();
287}
288
289void NPC_entwrap_update(xEnt* ent, xScene* scn, F32 dt_caller)
290{

Callers

nothing calls this directly

Calls 2

DBG_HaltOnMeMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected