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

◆ EquipSwap()

static Item Terraria.UI.ItemSlot.EquipSwap ( Item item,
Item[] inv,
int slot,
[Out] bool success )
inlinestaticprivate

Definition at line 1290 of file ItemSlot.cs.

1291 {
1292 if (!true)
1293 {
1294 }
1295 int myPlayer = Main.myPlayer;
1296 Item item2;
1297 if (item2 == null || item2 != null)
1298 {
1299 int num = 1;
1300 Recipe.FindRecipes(false);
1301 slot.m_value = num;
1302 }
1303 throw new ArrayTypeMismatchException();
1304 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Recipe.FindRecipes(), j__TPar, and Terraria.Main.myPlayer.