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

Function zFXMuscleArmWave

src/SB/Game/zFX.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 xFXRingCreate(pos, &sHammerRing[0]);
151 zFX_SpawnBubbleSlam(pos, (xrand() & 31) + 32, 0.15f, 12.0f, 2.0f);
152}
153
154void zFXPorterWave(const xVec3* pos)
155{
156 xFXRingCreate(pos, &sPorterRing[0]);
157 xFXRingCreate(pos, &sPorterRing[1]);
158}

Callers 1

AddStompRingFunction · 0.85

Calls 1

xFXRingCreateFunction · 0.50

Tested by

no test coverage detected