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

Function zFXHammer

src/SB/Game/zFX.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 reset_entrails();
139}
140
141void zFXPatrickStun(const xVec3* pos)
142{
143 xFXRingCreate(pos, &sPatrickStunRing[0]);
144 xFXRingCreate(pos, &sPatrickStunRing[1]);
145 xFXRingCreate(pos, &sPatrickStunRing[2]);
146}
147

Callers 1

NCIN_HammerShockFunction · 0.85

Calls 3

zFX_SpawnBubbleSlamFunction · 0.85
xrandFunction · 0.85
xFXRingCreateFunction · 0.50

Tested by

no test coverage detected