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

◆ value

virtual float UnityEngine.UI.Slider.value
getset

Definition at line 173 of file Slider.cs.

174 {
175 [global::Cpp2ILInjected.Token(Token = "0x6000466")]
176 [global::Cpp2ILInjected.Address(RVA = "0x1FDA768", Offset = "0x1FDA768", Length = "0xA0")]
177 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
178 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
179 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
180 get
181 {
182 throw null;
183 }
184 [global::Cpp2ILInjected.Token(Token = "0x6000467")]
185 [global::Cpp2ILInjected.Address(RVA = "0x1FDA808", Offset = "0x1FDA808", Length = "0x14")]
186 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
187 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
188 set
189 {
190 throw null;
191 }
192 }