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

◆ AppendLine() [2/2]

void InControl.Internal.CodeWriter.AppendLine ( string code)
inline

Definition at line 54 of file CodeWriter.cs.

55 {
56 long num = 0L;
57 this.Append(num != 0L, code);
59 }
readonly StringBuilder stringBuilder
void Append(string code)
Definition CodeWriter.cs:30

References InControl.Internal.CodeWriter.Append(), InControl.L, and InControl.Internal.CodeWriter.stringBuilder.