MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ClearSwarmEnemies

Function ClearSwarmEnemies

TombEngine/Game/control/flipeffect.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88void ClearSwarmEnemies(ItemInfo* item)
89{
90 ClearSpiders();
91 ClearRats();
92 ClearBeetleSwarm();
93 ClearLocusts();
94 ClearFishSwarm();
95 ClearFireflySwarm();
96}
97
98void FlashOrange(ItemInfo* item)
99{

Callers 1

CleanUpFunction · 0.85

Calls 6

ClearSpidersFunction · 0.85
ClearRatsFunction · 0.85
ClearBeetleSwarmFunction · 0.85
ClearLocustsFunction · 0.85
ClearFishSwarmFunction · 0.85
ClearFireflySwarmFunction · 0.85

Tested by

no test coverage detected