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

Function zParPTankSceneEnter

src/SB/Game/zParPTank.cpp:737–741  ·  view source on GitHub ↗

Equivalent: Scheduling

Source from the content-addressed store, hash-verified

735
736// Equivalent: Scheduling
737void zParPTankSceneEnter()
738{
739 sSnowPTank = zParPTankAdd();
740 zParPTankSnowCreate(sSnowPTank, 0x400, zParPTankSnowUpdate);
741}
742
743void zParPTankSceneExit()
744{

Callers 1

zSceneInitFunction · 0.85

Calls 2

zParPTankAddFunction · 0.85
zParPTankSnowCreateFunction · 0.85

Tested by

no test coverage detected