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

Method SceneReset

src/SB/Game/zNPCMgr.cpp:503–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void zNPCMgr::SceneReset()
504{
505 zNPCCommon_SceneReset();
506 zNPCRobot_SceneReset();
507 zNPCVillager_SceneReset();
508 zNPCMsg_SceneReset();
509 xBehaveMgr_SceneReset();
510 BackdoorUpdateAllNPCsOnce(globals.sceneCur, 1.0f / 60.0f);
511}
512
513void zNPCMgr::ScenePostInit()
514{

Callers 1

zNPCMgr_sceneResetFunction · 0.45

Calls 5

zNPCCommon_SceneResetFunction · 0.85
zNPCRobot_SceneResetFunction · 0.85
zNPCVillager_SceneResetFunction · 0.85
xBehaveMgr_SceneResetFunction · 0.85
zNPCMsg_SceneResetFunction · 0.70

Tested by

no test coverage detected