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

int UnityEngine.UI.Dropdown.value
getset

Definition at line 179 of file Dropdown.cs.

180 {
181 [global::Cpp2ILInjected.Token(Token = "0x6000080")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1FACB04", Offset = "0x1FACB04", Length = "0x8")]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
184 get
185 {
186 throw null;
187 }
188 [global::Cpp2ILInjected.Token(Token = "0x6000081")]
189 [global::Cpp2ILInjected.Address(RVA = "0x1FACB0C", Offset = "0x1FACB0C", Length = "0x8")]
190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
191 set
192 {
193 throw null;
194 }
195 }