terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnTileChangeEvent()

void Terraria.Main.OnTileChangeEvent ( int x,
int y,
int count,
TileChangeType eventType )
inline

Definition at line 18182 of file Main.cs.

18183 {
18184 if (!true)
18185 {
18186 }
18187 WorldGen.PlayLiquidChangeSound(eventType, x, y, count);
18188 }

References System.count, and Terraria.WorldGen.PlayLiquidChangeSound().