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

◆ Kill()

static void Terraria.GameContent.Tile_Entities.TEFoodPlatter.Kill ( int x,
int y )
inlinestatic

Definition at line 84 of file TEFoodPlatter.cs.

85 {
86 if (!true)
87 {
88 }
89 int key = TileEntity.GetKey(x, y);
90 int key2 = TileEntity.GetKey(x, y);
91 if (!false)
92 {
93 return;
94 }
95 throw new OutOfMemoryException();
96 }
class f__AnonymousType0<< Count > j__TPar
static int GetKey(int x, int y)

References Terraria.DataStructures.TileEntity.GetKey(), j__TPar, and System.key.

Referenced by Terraria.WorldGen.CheckFoodPlatter().