Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnTileChangeEvent()

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

Definition at line 62933 of file Main.cs.

62934 {
62935 WorldGen.PlayLiquidChangeSound(eventType, x, y, count);
62936 }

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

Referenced by Terraria.Main.ClientInitialize().