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
TextAreaAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 [AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
8 [global::Cpp2ILInjected.Token(Token = "0x2000090")]
9 public sealed class TextAreaAttribute : PropertyAttribute
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000285")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F78B24", Offset = "0x1F78B24", Length = "0x20")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000286")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F78B44", Offset = "0x1F78B44", Length = "0x2C")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x4000328")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
32 public readonly int minLines;
33
34 [global::Cpp2ILInjected.Token(Token = "0x4000329")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
36 public readonly int maxLines;
37 }
38}
class f__AnonymousType0<< Count > j__TPar
TextAreaAttribute(int minLines, int maxLines)