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

◆ Shimminate()

static void Terraria.WorldGen.Shimminate ( )
inlinestaticprivate

Definition at line 6272 of file WorldGen.cs.

6273 {
6274 int num = 1;
6275 if (num == 0)
6276 {
6277 }
6278 if (num == 0)
6279 {
6280 }
6281 int num2 = 1;
6282 Tile tile;
6283 tile.shimmer(num2 != 0);
6284 int num3 = 255;
6285 tile.liquid = (byte)num3;
6286 ushort type = tile.type;
6287 if (num == 0)
6288 {
6289 }
6290 long num4 = 0L;
6291 long num5 = 0L;
6292 long num6 = 0L;
6293 WorldGen.KillTile(0, 0, num4 != 0L, num5 != 0L, num6 != 0L);
6294 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.WorldGen.Shimmerator().