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

◆ ShimmerRemoveWater()

static void Terraria.WorldGen.ShimmerRemoveWater ( )
inlinestatic

Definition at line 6206 of file WorldGen.cs.

6207 {
6208 int num = 1;
6209 if (num == 0)
6210 {
6211 }
6212 if (num != 0)
6213 {
6214 if (num == 0)
6215 {
6216 }
6217 if (num == 0)
6218 {
6219 }
6220 long num2 = 0L;
6221 bool flag = WorldGen.InWorld(0, 43143168, (int)num2);
6222 if (num == 0)
6223 {
6224 }
6225 Tile tile;
6226 bool flag2 = tile.shimmer();
6227 }
6228 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.InWorld(), j__TPar, System.L, and Terraria.Tile.shimmer().

Referenced by Terraria.Liquid.QuickWater(), and Terraria.WorldGen.ShimmerCleanUp().