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

◆ AppendFormat()

void InControl.Internal.CodeWriter.AppendFormat ( string format,
params object[] args )
inline

Definition at line 68 of file CodeWriter.cs.

69 {
70 string text = string.Format(format, args);
71 long num = 0L;
72 this.Append(num != 0L, text);
73 }
void Append(string code)
Definition CodeWriter.cs:30

References InControl.Internal.CodeWriter.Append(), System.format, InControl.L, and System.text.