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

◆ readOnly

bool UnityEngine.UI.InputField.readOnly
getset

Definition at line 795 of file InputField.cs.

796 {
797 [global::Cpp2ILInjected.Token(Token = "0x60001BA")]
798 [global::Cpp2ILInjected.Address(RVA = "0x1FBE9DC", Offset = "0x1FBE9DC", Length = "0x8")]
799 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
800 get
801 {
802 throw null;
803 }
804 [global::Cpp2ILInjected.Token(Token = "0x60001BB")]
805 [global::Cpp2ILInjected.Address(RVA = "0x1FBE9E4", Offset = "0x1FBE9E4", Length = "0xC")]
806 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
807 set
808 {
809 throw null;
810 }
811 }