|
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
|
Collaboration diagram for InControl.Internal.CodeWriter: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 11 of file CodeWriter.cs.