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
AnOutlinedDrawRenderTargetContent.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20007CA")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60040A3")]
12 [global::Cpp2ILInjected.Address(RVA = "0x772820", Offset = "0x772820", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public void UseColor(Color color)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x60040A4")]
20 [global::Cpp2ILInjected.Address(RVA = "0x772828", Offset = "0x772828", Length = "0x4")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 protected override void HandleUseReqest(GraphicsDevice device, SpriteBatch spriteBatch)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x60040A5")]
28 internal abstract void DrawTheContent(SpriteBatch spriteBatch);
29
30 [global::Cpp2ILInjected.Token(Token = "0x60040A6")]
31 [global::Cpp2ILInjected.Address(RVA = "0x77282C", Offset = "0x77282C", Length = "0x70")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerHeadDrawRenderTargetContent), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPCHeadDrawRenderTargetContent), Member = ".ctor", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x4007E54")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
45 protected int width;
46
47 [global::Cpp2ILInjected.Token(Token = "0x4007E55")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
49 protected int height;
50
51 [global::Cpp2ILInjected.Token(Token = "0x4007E56")]
52 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
54
55 [global::Cpp2ILInjected.Token(Token = "0x4007E57")]
56 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
58
59 [global::Cpp2ILInjected.Token(Token = "0x4007E58")]
60 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
62 }
63}
class f__AnonymousType0<< Count > j__TPar
override void HandleUseReqest(GraphicsDevice device, SpriteBatch spriteBatch)