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
AnimatorExtensions.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x20002FB")]
7public static class AnimatorExtensions
8{
9 [global::Cpp2ILInjected.Token(Token = "0x60011B5")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA6E2F4", Offset = "0xA6E2F4", Length = "0x80")]
11 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Animator), Member = "get_parameterCount", ReturnType = typeof(int))]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Animator), Member = "get_parameters", ReturnType = typeof(AnimatorControllerParameter[]))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnimatorControllerParameter), Member = "get_name", ReturnType = typeof(string))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(string)
20 }, ReturnType = typeof(bool))]
21 public static bool HasParameter(this Animator animator, string parameterName)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x60011B6")]
27 [global::Cpp2ILInjected.Address(RVA = "0xA6E374", Offset = "0xA6E374", Length = "0x78")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Animator), Member = "get_parameterCount", ReturnType = typeof(int))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Animator), Member = "get_parameters", ReturnType = typeof(AnimatorControllerParameter[]))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnimatorControllerParameter), Member = "get_nameHash", ReturnType = typeof(int))]
33 public static bool HasParameter(this Animator animator, int parameterNameHash)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60011B7")]
39 [global::Cpp2ILInjected.Address(RVA = "0xA6E3EC", Offset = "0xA6E3EC", Length = "0xC8")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Animator), Member = "get_parameterCount", ReturnType = typeof(int))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Animator), Member = "get_parameters", ReturnType = typeof(AnimatorControllerParameter[]))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnimatorControllerParameter), Member = "get_nameHash", ReturnType = typeof(int))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array[]), Member = "IndexOf", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
46 {
47 typeof(int[]),
48 typeof(int)
49 }, ReturnType = typeof(int))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
51 public static void GetParameters(this Animator animator, int[] parameterNameHashTable, bool[] hasAnimatorValue)
52 {
53 throw null;
54 }
55}
class f__AnonymousType0<< Count > j__TPar
static bool HasParameter(this Animator animator, int parameterNameHash)
static void GetParameters(this Animator animator, int[] parameterNameHashTable, bool[] hasAnimatorValue)
static bool HasParameter(this Animator animator, string parameterName)