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

Function zEntPlayerUpdateModel

src/SB/Game/zEntPlayer.cpp:4384–4392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4382void zEntPlayerUpdateModelSB();
4383
4384void zEntPlayerUpdateModel()
4385{
4386 zPlayerGlobals* pg = &globals.player;
4387
4388 if (pg->ent.model == pg->model_spongebob)
4389 {
4390 zEntPlayerUpdateModelSB();
4391 }
4392}
4393
4394void zEntPlayerEmitTongueBubbles()
4395{

Callers 2

updateMethod · 0.85
startMethod · 0.85

Calls 1

zEntPlayerUpdateModelSBFunction · 0.85

Tested by

no test coverage detected