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

Function FOLK_InitEffects

src/SB/Game/zNPCTypeVillager.cpp:2289–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2287}
2288
2289void FOLK_InitEffects()
2290{
2291 g_pemit_aqualeak = zParEmitterFind("PAREMIT_FOLK_SANDYB_LEAK");
2292 g_parf_aqualeak.custom_flags = 0x300;
2293 xVec3Copy(&g_parf_aqualeak.pos, &g_O3);
2294 xVec3Copy(&g_parf_aqualeak.vel, &g_O3);
2295}
2296
2297void FOLK_KillEffects()
2298{

Callers 1

Calls 2

xVec3CopyFunction · 0.85
zParEmitterFindFunction · 0.70

Tested by

no test coverage detected