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

Method ShieldFX

src/SB/Game/zNPCTypeRobot.cpp:999–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997}
998
999void zNPCSlick::ShieldFX(F32 dt)
1000{
1001 if (g_needuvincr_slickshield)
1002 {
1003 g_uvaShield.Update(dt, NULL);
1004 g_needuvincr_slickshield = 0;
1005 }
1006}
1007
1008S32 zNPCSleepy::RepelMissile(F32 dt)
1009{

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected