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

◆ AddToBuffer()

void System.TermInfoDriver.AddToBuffer ( int b)
inlineprivate

Definition at line 305 of file TermInfoDriver.cs.

306 {
307 if (this.buffer != null)
308 {
309 int num = this.writepos;
310 char[] array = this.buffer;
311 return;
312 }
313 }

References System.array, System.TermInfoDriver.buffer, and System.TermInfoDriver.writepos.

Referenced by System.TermInfoDriver.Read().