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

Method NewTime

src/SB/Game/zNPCTypeRobot.cpp:620–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620void zNPCRobot::NewTime(xScene* xscn, F32 dt)
621{
622 if (idx_neckBone >= 0 && !IsDying())
623 {
624 TurnThemHeads();
625 }
626 zNPCCommon::NewTime(xscn, dt);
627}
628
629void zNPCRobot::SelfSetup()
630{

Callers

nothing calls this directly

Calls 5

IsDyingFunction · 0.85
TurnThemHeadsFunction · 0.85
IsDeadFunction · 0.85
ModelAtomicFindFunction · 0.85
NewTimeFunction · 0.50

Tested by

no test coverage detected