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
TwilightHairDyeShaderData.cs
Go to the documentation of this file.
1using System;
9
11{
12 [global::Cpp2ILInjected.Token(Token = "0x200081F")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60042B0")]
16 [global::Cpp2ILInjected.Address(RVA = "0x797518", Offset = "0x797518", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DyeInitializer), Member = "LoadHairDyes", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HairShaderData), Member = ".ctor", MemberParameters = new object[]
20 {
22 typeof(string)
23 }, ReturnType = typeof(void))]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x60042B1")]
30 [global::Cpp2ILInjected.Address(RVA = "0x797520", Offset = "0x797520", Length = "0x130")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_screenPosition", ReturnType = typeof(Vector2))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrawData?), Member = "get_Value", ReturnType = "T")]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
35 {
38 }, ReturnType = typeof(Vector2))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HairShaderData), Member = "UseTargetPosition", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(HairShaderData))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HairShaderData), Member = "Apply", MemberParameters = new object[]
41 {
44 }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
46 public override void Apply(Player player, DrawData? drawData = null)
47 {
48 throw null;
49 }
50 }
51}
class f__AnonymousType0<< Count > j__TPar
TwilightHairDyeShaderData(Ref< Effect > shader, string passName)
override void Apply(Player player, DrawData? drawData=null)