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
Player.cs
Go to the documentation of this file.
1using System;
5using InControl;
6using UnityEngine;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000005")]
11 public class Player : MonoBehaviour
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000012")]
18 [global::Cpp2ILInjected.Address(RVA = "0x198D204", Offset = "0x198D204", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x6000013")]
26 [global::Cpp2ILInjected.Address(RVA = "0x198D20C", Offset = "0x198D20C", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000014")]
35 [global::Cpp2ILInjected.Address(RVA = "0x198D214", Offset = "0x198D214", Length = "0x14")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerActionSet), Member = "Destroy", ReturnType = typeof(void))]
38 private void OnDisable()
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000015")]
44 [global::Cpp2ILInjected.Address(RVA = "0x198D228", Offset = "0x198D228", Length = "0x50")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
48 private void Start()
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000016")]
54 [global::Cpp2ILInjected.Address(RVA = "0x198D278", Offset = "0x198D278", Length = "0x190")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Renderer), Member = "get_material", ReturnType = typeof(Material))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "GetColorFromInput", ReturnType = typeof(Color))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "set_color", MemberParameters = new object[] { typeof(Color) }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_transform", ReturnType = typeof(Transform))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Time), Member = "get_deltaTime", ReturnType = typeof(float))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "Rotate", MemberParameters = new object[]
62 {
64 typeof(float),
66 }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
68 private void Update()
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x6000017")]
74 [global::Cpp2ILInjected.Address(RVA = "0x198D408", Offset = "0x198D408", Length = "0xAC")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "Update", ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(OneAxisInputControl), Member = "op_Implicit", MemberParameters = new object[] { typeof(OneAxisInputControl) }, ReturnType = typeof(bool))]
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000018")]
85 [global::Cpp2ILInjected.Address(RVA = "0x198D4B4", Offset = "0x198D4B4", Length = "0x8")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoBehaviour), Member = ".ctor", ReturnType = typeof(void))]
88 public Player()
89 {
90 throw null;
91 }
92
94 [global::Cpp2ILInjected.Token(Token = "0x400000B")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
96 private PlayerActions <Actions>k__BackingField;
97
98 [global::Cpp2ILInjected.Token(Token = "0x400000C")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
101 }
102}
class f__AnonymousType0<< Count > j__TPar
PlayerActions< Actions > k__BackingField
Definition Player.cs:96