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

◆ CastLightOpen_StopForSolids()

static bool Terraria.DelegateMethods.CastLightOpen_StopForSolids ( int x,
int y )
inlinestatic

Definition at line 352 of file DelegateMethods.cs.

353 {
354 if (!true)
355 {
356 }
357 long num = 0L;
358 if (num == 0L)
359 {
360 }
361 if (num == 0L)
362 {
363 }
364 Tile tile;
365 bool flag = tile.active();
366 Tile tile2;
367 bool flag2 = tile2.inActive();
368 Tile tile3;
369 ushort type = tile3.type;
370 return false;
371 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), Terraria.Tile.inActive(), j__TPar, System.L, and Terraria.Tile.type.