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

◆ onValueChanged

Slider.SliderEvent UnityEngine.UI.Slider.onValueChanged
getset

Definition at line 229 of file Slider.cs.

230 {
231 [global::Cpp2ILInjected.Token(Token = "0x600046B")]
232 [global::Cpp2ILInjected.Address(RVA = "0x1FDA94C", Offset = "0x1FDA94C", Length = "0x8")]
233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
234 get
235 {
236 throw null;
237 }
238 [global::Cpp2ILInjected.Token(Token = "0x600046C")]
239 [global::Cpp2ILInjected.Address(RVA = "0x1FDA954", Offset = "0x1FDA954", Length = "0x8")]
240 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
241 set
242 {
243 throw null;
244 }
245 }