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

◆ WindowHeight

int System.TermInfoDriver.WindowHeight
get

Definition at line 262 of file TermInfoDriver.cs.

263 {
264 get
265 {
266 if (!this.inited)
267 {
268 this.Init();
269 }
271 return this.windowHeight;
272 }
273 }

Referenced by System.TermInfoDriver.IncrementX(), and System.TermInfoDriver.IsSpecialKey().