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

Function zNPCTiki_Timestep

src/SB/Game/zNPCTypeTiki.cpp:264–278  ·  view source on GitHub ↗

Scheduling issue

Source from the content-addressed store, hash-verified

262
263// Scheduling issue
264void zNPCTiki_Timestep(xScene* xscn, F32 dt)
265{
266 zNPCTiki_PickTikisToAnimate();
267 zNPCTiki_ReparentOrphans();
268 timeSinceLastExplode += dt;
269
270 if (-1.0f > g_tmr_talkytiki - dt)
271 {
272 g_tmr_talkytiki = -1.0f;
273 }
274 else
275 {
276 g_tmr_talkytiki -= dt;
277 }
278}
279
280void zNPCTiki_ReparentOrphans()
281{

Callers 1

SceneTimestepMethod · 0.85

Calls 2

zNPCTiki_ReparentOrphansFunction · 0.70

Tested by

no test coverage detected