terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TidyAssemblyTypeName()

static string UnityEngine.Events.UnityEventTools.TidyAssemblyTypeName ( string assemblyTypeName)
inlinestaticpackage

Definition at line 9 of file UnityEventTools.cs.

10 {
11 bool flag = string.IsNullOrEmpty(", Version=");
12 if (", Version=" == null)
13 {
14 }
15 if (", Version=" == null)
16 {
17 }
18 int num2;
19 int num3;
20 int num = Math.Min(num2, num3);
21 if (", Version=" == null)
22 {
23 }
24 int num5;
25 int num4 = Math.Min(num5, num);
26 string text;
27 int num6 = text.IndexOf(", UnityEngine.");
28 bool flag2 = text.EndsWith("Module");
29 long num7 = 0L;
30 return text.Substring((int)num7, num6) + ", UnityEngine";
31 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References j__TPar, UnityEngine.L, System.Math.Min(), and System.text.

Referenced by UnityEngine.Events.ArgumentCache.OnAfterDeserialize(), UnityEngine.Events.PersistentCall.OnAfterDeserialize(), UnityEngine.Events.ArgumentCache.OnBeforeSerialize(), and UnityEngine.Events.PersistentCall.OnBeforeSerialize().