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

Function zParPTankSpawnMenuBubbles

src/SB/Game/zParPTank.cpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void zParPTankSpawnMenuBubbles(xVec3* pos, xVec3* vel, U32 count)
503{
504 zParPTankSpawnBubbles(pos, vel, count, 1.0f, sMenuBubblePTank);
505}
506
507// Equivalent: Scheduling
508static void zParPTankSnowCreate(zParPTank* zp, U32 max_particles, zParPTankUpdateCallback update)

Callers

nothing calls this directly

Calls 1

zParPTankSpawnBubblesFunction · 0.70

Tested by

no test coverage detected