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

◆ OnTileChangeEvent()

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

Definition at line 83252 of file Main.cs.

83253 {
83254 WorldGen.PlayLiquidChangeSound(eventType, x, y, count);
83255 }

References Terraria.WorldGen.PlayLiquidChangeSound().

Referenced by Terraria.Main.ClientInitialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: