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

Function AtomicDisableMatFX

src/SB/Core/x/xFX.cpp:356–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356RpAtomic* AtomicDisableMatFX(RpAtomic* atomic)
357{
358 RpMatFXAtomicEnableEffects(atomic);
359
360 RpGeometry* geometry = RpAtomicGetGeometry(atomic);
361
362 if (geometry)
363 {
364 RpGeometryForAllMaterials(geometry, MaterialDisableMatFX, NULL);
365 }
366
367 return atomic;
368}
369
370static RpAtomic* PreAllocMatFX_cb(RpAtomic* atomic, void*)
371{

Callers 5

PreAllocMatFX_cbFunction · 0.70
xFXShinyRenderFunction · 0.70
xFXBubbleRenderFunction · 0.70
NPC_BubBud_RenderCBFunction · 0.50
custom_bubble_renderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected