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

◆ OnInternalTextChange

Action Terraria.GameContent.UI.Elements.UIText.OnInternalTextChange
setaddremove

Definition at line 120 of file UIText.cs.

121 {
123 [global::Cpp2ILInjected.Token(Token = "0x6005165")]
124 [global::Cpp2ILInjected.Address(RVA = "0x92F208", Offset = "0x92F208", Length = "0xA0")]
125 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FlavorTextBestiaryInfoElement), Member = "AddDynamicResize", MemberParameters = new object[]
127 {
130 }, ReturnType = typeof(void))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnlockProgressDisplayBestiaryInfoElement), Member = "AddDynamicResize", MemberParameters = new object[]
132 {
135 }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
138 {
141 }, ReturnType = typeof(Delegate))]
142 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
143 add
144 {
145 throw null;
146 }
148 [global::Cpp2ILInjected.Token(Token = "0x6005166")]
149 [global::Cpp2ILInjected.Address(RVA = "0x92F2A8", Offset = "0x92F2A8", Length = "0xA0")]
150 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
153 {
156 }, ReturnType = typeof(Delegate))]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
158 remove
159 {
160 throw null;
161 }
162 }
class f__AnonymousType0<< Count > j__TPar
UIText(string text, float textScale=1f, bool large=false)
Definition UIText.cs:241