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

◆ ToString()

override string Terraria.DataStructures.MethodSequenceListItem.ToString ( )
inline

Definition at line 60 of file MethodSequenceListItem.cs.

61 {
62 if ("name: " == null || "name: " != null)
63 {
64 string name = this.Name;
65 string text;
66 if ((name == null || name != null) && (" skip: " == null || " skip: " != null) && (text == null || text != null) && (" parent: " == null || " parent: " != null))
67 {
68 MethodSequenceListItem parent = this.Parent;
69 if (parent == null || parent == null || parent != null)
70 {
71 string text2;
72 return text2;
73 }
74 }
75 }
77 }
MethodSequenceListItem(string name, Func< bool > method, [Optional] MethodSequenceListItem parent)

References System.name, Terraria.DataStructures.MethodSequenceListItem.Name, Terraria.DataStructures.MethodSequenceListItem.Parent, and System.text.