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
jvalue.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 [NativeType(CodegenOptions.Custom, "ScriptingJvalue")]
9 [global::Cpp2ILInjected.Token(Token = "0x200000C")]
10 [StructLayout(2)]
11 public struct jvalue
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x4000014")]
14 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
15 [global::System.Runtime.InteropServices.FieldOffset(0)]
16 public bool z;
17
18 [global::Cpp2ILInjected.Token(Token = "0x4000015")]
19 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
20 [global::System.Runtime.InteropServices.FieldOffset(0)]
21 public sbyte b;
22
23 [global::Cpp2ILInjected.Token(Token = "0x4000016")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
25 [global::System.Runtime.InteropServices.FieldOffset(0)]
26 public char c;
27
28 [global::Cpp2ILInjected.Token(Token = "0x4000017")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
30 [global::System.Runtime.InteropServices.FieldOffset(0)]
31 public short s;
32
33 [global::Cpp2ILInjected.Token(Token = "0x4000018")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
35 [global::System.Runtime.InteropServices.FieldOffset(0)]
36 public int i;
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000019")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
40 [global::System.Runtime.InteropServices.FieldOffset(0)]
41 public long j;
42
43 [global::Cpp2ILInjected.Token(Token = "0x400001A")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
45 [global::System.Runtime.InteropServices.FieldOffset(0)]
46 public float f;
47
48 [global::Cpp2ILInjected.Token(Token = "0x400001B")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
50 [global::System.Runtime.InteropServices.FieldOffset(0)]
51 public double d;
52
53 [global::Cpp2ILInjected.Token(Token = "0x400001C")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
55 [global::System.Runtime.InteropServices.FieldOffset(0)]
56 public IntPtr l;
57 }
58}
class f__AnonymousType0<< Count > j__TPar