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
GUICredits.cs
Go to the documentation of this file.
1using System;
2using Controller;
7using Terraria;
9using UnityEngine;
10
11[global::Cpp2ILInjected.Token(Token = "0x2000258")]
12public class GUICredits
13{
14 [global::Cpp2ILInjected.Token(Token = "0x6000D6B")]
15 [global::Cpp2ILInjected.Address(RVA = "0x9DA7D4", Offset = "0x9DA7D4", Length = "0x194")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawMenu", MemberParameters = new object[] { typeof(GameTime) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "DrawWithBanner", MemberParameters = new object[]
19 {
23 typeof(Item),
24 typeof(string),
25 typeof(bool),
26 typeof(ref float),
27 typeof(bool),
28 typeof(bool),
29 typeof(bool),
30 typeof(bool),
31 typeof(bool),
32 typeof(bool)
33 }, ReturnType = typeof(GUITransactionButton.InputState))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyboardInput), Member = "GetKeyUp", MemberParameters = new object[] { typeof(KeyCode) }, ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
36 {
37 typeof(int),
38 typeof(int),
39 typeof(int),
40 typeof(int),
41 typeof(float),
42 typeof(float)
43 }, ReturnType = typeof(SoundEffectInstance))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "set_menuMode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
46 public void Draw()
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000D6C")]
52 [global::Cpp2ILInjected.Address(RVA = "0x9DA968", Offset = "0x9DA968", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInstance), Member = ".ctor", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
56 public GUICredits()
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x40018DA")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
63 private float scale0;
64
65 [global::Cpp2ILInjected.Token(Token = "0x40018DB")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
67 private float scale1;
68
69 [global::Cpp2ILInjected.Token(Token = "0x40018DC")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
71 private float scale2;
72
73 [global::Cpp2ILInjected.Token(Token = "0x40018DD")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
76}
class f__AnonymousType0<< Count > j__TPar
float scale2
Definition GUICredits.cs:71
void Draw()
Definition GUICredits.cs:46
float scale0
Definition GUICredits.cs:63
DateTime updateTime
Definition GUICredits.cs:75
float scale1
Definition GUICredits.cs:67