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

Function ClearSplashes

TombEngine/Game/effects/Splash.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void ClearSplashes()
133 {
134 SplashCount = 0;
135
136 for (auto& splash : SplashEffects)
137 splash = {};
138 }
139
140 void Splash(ItemInfo* item)
141 {

Callers 1

CleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected