terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TutorialStep_07_Armour.cs
Go to the documentation of this file.
1using System;
2using Controller;
5using Terraria;
7
8[global::Cpp2ILInjected.Token(Token = "0x20002F6")]
10{
11 [global::Cpp2ILInjected.Token(Token = "0x6001192")]
12 [global::Cpp2ILInjected.Address(RVA = "0xA6D32C", Offset = "0xA6D32C", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001193")]
20 [global::Cpp2ILInjected.Address(RVA = "0xA6D334", Offset = "0xA6D334", Length = "0x2FC")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(LocalizedText))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XNAUnityRunner), Member = "get_PrimaryInputMode", ReturnType = typeof(XNAUnityRunner.ForcedInputMode))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetTextValue", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIKeyboardMappings), Member = "GetControlTag", MemberParameters = new object[] { typeof(ControlsKeyboardTagHandler.MappingType) }, ReturnType = typeof(string))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
29 {
30 typeof(string),
31 typeof(string)
32 }, ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
34 public override string GetGuideString()
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x6001194")]
40 [global::Cpp2ILInjected.Address(RVA = "0xA6D630", Offset = "0xA6D630", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 public override void Reset()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6001195")]
48 [global::Cpp2ILInjected.Address(RVA = "0xA6D638", Offset = "0xA6D638", Length = "0x30")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 public override void OnItemPlaced(int itemId, int tileId)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6001196")]
57 [global::Cpp2ILInjected.Address(RVA = "0xA6D668", Offset = "0xA6D668", Length = "0x74")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TutorialStep), Member = "GiveItem", MemberParameters = new object[]
60 {
61 typeof(short),
62 typeof(int)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TutorialStep), Member = "SetTime", MemberParameters = new object[]
65 {
66 typeof(int),
67 typeof(int),
68 typeof(bool)
69 }, ReturnType = typeof(void))]
70 public override void OnGuideDialogueOpen()
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6001197")]
76 [global::Cpp2ILInjected.Address(RVA = "0xA6D6DC", Offset = "0xA6D6DC", Length = "0x160")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
81 public override bool Update()
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6001198")]
87 [global::Cpp2ILInjected.Address(RVA = "0xA6B81C", Offset = "0xA6B81C", Length = "0x8")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x4002142")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
97 private bool furnacePlaced;
98
99 [global::Cpp2ILInjected.Token(Token = "0x4002143")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x11")]
101 private bool collectedBars;
102
103 [global::Cpp2ILInjected.Token(Token = "0x4002144")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x12")]
105 private bool anvilPlaced;
106
107 [global::Cpp2ILInjected.Token(Token = "0x4002145")]
108 [global::Cpp2ILInjected.FieldOffset(Offset = "0x13")]
109 private bool copperGiven;
110
111 [global::Cpp2ILInjected.Token(Token = "0x4002146")]
112 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
113 private bool armourHead;
114
115 [global::Cpp2ILInjected.Token(Token = "0x4002147")]
116 [global::Cpp2ILInjected.FieldOffset(Offset = "0x15")]
117 private bool armourBody;
118
119 [global::Cpp2ILInjected.Token(Token = "0x4002148")]
120 [global::Cpp2ILInjected.FieldOffset(Offset = "0x16")]
121 private bool armourLegs;
122
123 [global::Cpp2ILInjected.Token(Token = "0x4002149")]
124 [global::Cpp2ILInjected.FieldOffset(Offset = "0x17")]
125 private bool complete;
126}
class f__AnonymousType0<< Count > j__TPar
override TutorialStep.GuideOverLoadState GetGuideState()
override void OnItemPlaced(int itemId, int tileId)