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

◆ WindowWidth

int System.TermInfoDriver.WindowWidth
get

Definition at line 277 of file TermInfoDriver.cs.

278 {
279 get
280 {
281 if (!this.inited)
282 {
283 this.Init();
284 }
286 return this.windowWidth;
287 }
288 }

Referenced by System.TermInfoDriver.IncrementX().