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.TEItemFrame.Kill ( int x,
int y )
inlinestatic

Definition at line 83 of file TEItemFrame.cs.

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

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