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

◆ EchoFlush()

void System.TermInfoDriver.EchoFlush ( )
inlineprivate

Definition at line 418 of file TermInfoDriver.cs.

419 {
420 int num = this.echon;
421 if (num != 0)
422 {
424 char[] array = this.echobuf;
425 cstreamWriter.InternalWriteChars(array, num);
426 }
427 }
class f__AnonymousType0<< Count > j__TPar
void InternalWriteChars(char[] buffer, int n)

References System.array, System.TermInfoDriver.echobuf, System.TermInfoDriver.echon, System.IO.CStreamWriter.InternalWriteChars(), j__TPar, and System.TermInfoDriver.stdout.