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

◆ ReforgeCost()

int GUIReforge.ReforgeCost ( )
inline

Definition at line 33 of file GUIReforge.cs.

34 {
35 int type = this.ReforgeItem.type;
36 Item reforgeItem = this.ReforgeItem;
37 int value = this.ReforgeItem.value;
38 long num = 0L;
39 this.refCost = (int)num;
40 if (num == 0L)
41 {
42 }
43 int myPlayer = Main.myPlayer;
44 int num2 = this.refCost;
45 long num3;
46 if (num != 0L)
47 {
48 num3 = 32752L;
50 }
51 if (num3 == 0L)
52 {
53 }
56 return myPlayer2;
57 }
class f__AnonymousType0<< Count > j__TPar
Item ReforgeItem
static int myPlayer
Definition Main.cs:2337

References j__TPar, System.L, Terraria.Main.myPlayer, refCost, ReforgeItem, Terraria.Item.type, System.value, and Terraria.Item.value.