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

◆ ArmorSwap()

static Item Terraria.UI.ItemSlot.ArmorSwap ( Item item,
[Out] bool success )
inlinestaticprivate

Definition at line 1239 of file ItemSlot.cs.

1240 {
1241 int num = 1;
1242 if (num != 0)
1243 {
1244 if (num == 0)
1245 {
1246 }
1247 int myPlayer = Main.myPlayer;
1248 int num2 = 10;
1249 Item item2;
1250 if (item2 != null && item2 == null)
1251 {
1252 goto IL_0054;
1253 }
1254 if (num2 == 0)
1255 {
1256 }
1257 Recipe.FindRecipes(false);
1258 }
1259 bool flag;
1260 while (!flag)
1261 {
1262 }
1263 if (flag)
1264 {
1265 }
1266 if (!flag)
1267 {
1268 }
1269 if (!flag)
1270 {
1271 }
1272 if (!flag)
1273 {
1274 }
1275 if (!flag)
1276 {
1277 }
1278 if (!flag)
1279 {
1280 }
1281 Item item3;
1282 if (item3 == null || item3 != null)
1283 {
1284 }
1285 IL_0054:
1286 throw new ArrayTypeMismatchException();
1287 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.UI.ItemSlot.SwapEquip().