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

◆ ActiveAndWalkableTile()

static bool Terraria.WorldGen.ActiveAndWalkableTile ( int i,
int j )
inlinestatic

Definition at line 14665 of file WorldGen.cs.

14666 {
14667 int num = 1;
14668 if (num == 0)
14669 {
14670 }
14671 Tile tile;
14672 bool isLoaded = tile.IsLoaded;
14673 if (num == 0)
14674 {
14675 }
14676 if (num != 0)
14677 {
14678 return;
14679 }
14680 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.IsLoaded, and j__TPar.

Referenced by Terraria.NPC.AI_123_Deerclops_TryMakingSpike().