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

◆ IsLocationInvalid()

static bool Terraria.GameContent.Generation.TrackGenerator.IsLocationInvalid ( int x,
int y )
inlinestaticprivate

Definition at line 353 of file TrackGenerator.cs.

354 {
355 if (!true)
356 {
357 }
358 int underworldLayer = Main.UnderworldLayer;
359 if (!true)
360 {
361 }
362 long num = 32752L;
363 int num2 = 32768;
364 if (num == 0L)
365 {
366 }
367 if (num2 == 0)
368 {
369 }
370 if (num2 == 0)
371 {
372 }
373 bool flag = WorldGen.oceanDepths(0, x);
374 int num3 = 1;
375 if (num3 == 0)
376 {
377 }
378 Tile tile;
379 ushort wall = tile.wall;
380 if (num3 == 0)
381 {
382 }
383 if (num == 0L)
384 {
385 }
386 while (num == 0L)
387 {
388 }
389 return false;
390 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, Terraria.WorldGen.oceanDepths(), Terraria.Main.UnderworldLayer, and Terraria.Tile.wall.