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

Method RenderExtraPostParticles

src/SB/Game/zNPCTypeBossPlankton.cpp:1179–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179void zNPCBPlankton::RenderExtraPostParticles()
1180{
1181 if ((beam.visible() & 0xff) != 0)
1182 {
1183 RwRenderStateSet(rwRENDERSTATESRCBLEND, (void*)5);
1184 RwRenderStateSet(rwRENDERSTATEDESTBLEND, (void*)2);
1185 beam.render();
1186 }
1187}
1188
1189void zNPCBPlankton::ParseINI()
1190{

Callers 1

Calls 2

visibleMethod · 0.45
renderMethod · 0.45

Tested by

no test coverage detected