terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
CodeWriter () | |
void | IncreaseIndent () |
void | DecreaseIndent () |
void | Append (string code) |
void | Append (bool trim, string code) |
void | AppendLine (string code) |
void | AppendLine (int count) |
void | AppendFormat (string format, params object[] args) |
void | AppendLineFormat (string format, params object[] args) |
override string | ToString () |
Private Attributes | |
int | indent |
readonly StringBuilder | stringBuilder |
Static Private Attributes | |
const char | newLine = '\n' |
Definition at line 8 of file CodeWriter.cs.